Knight Data Access Layer
SqLiteProvider Class Properties


KellermanSoftware.NetDataAccessLayer.Providers Namespace : SqLiteProvider Class

For a list of all members of this type, see SqLiteProvider members.

Public Properties
 NameDescription
Public Property Get a reference to the database connection (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider)
Public Property The connection string (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider)
Public PropertyOverridden.  Returns database name  
Public PropertyOverridden.  SqLite does not support dirty reads  
Public PropertyOverridden.  Get a friendly name for the provider  
Public Property True if the connection is open (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider)
Public PropertyOverridden.  The database is a single file  
Public Property True if we are inside a transaction (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider)
Public Property The license key for the license (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider)
Public PropertyOverridden.  A string to prefix parameters for SqLite @  
Public Property Returns true if the provider supports comments (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider)
Public Property Get a reference to the current transaction (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider)
Public Property The user name for the license (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider)
Top
Protected Properties
 NameDescription
Protected Property Returns true if batch mode is active (Inherited from KellermanSoftware.NetDataAccessLayer.BaseDatabaseProvider)
Top
See Also

Reference

SqLiteProvider Class
KellermanSoftware.NetDataAccessLayer.Providers Namespace