Name | Description | |
---|---|---|
![]() | SqliteDatabaseProvider Constructor | Perform initialization of the Provider |
The following tables list the members exposed by SqliteDatabaseProvider.
Name | Description | |
---|---|---|
![]() | SqliteDatabaseProvider Constructor | Perform initialization of the Provider |
Name | Description | |
---|---|---|
![]() | Connection | Get a reference to the database connection (Inherited from KellermanSoftware.NetCachingLibrary.DatabaseProviders.BaseDatabaseProvider) |
![]() | ConnectionString | The connection string (Inherited from KellermanSoftware.NetCachingLibrary.DatabaseProviders.BaseDatabaseProvider) |
![]() | ParameterPrefix | Overridden. A string to prefix parameters for SqLite @ |
Name | Description | |
---|---|---|
![]() | AddParameters | Adds parameters to the given command (Inherited from KellermanSoftware.NetCachingLibrary.DatabaseProviders.BaseDatabaseProvider) |
![]() | CreateCommand | Creates new command with the given sql (Inherited from KellermanSoftware.NetCachingLibrary.DatabaseProviders.BaseDatabaseProvider) |
![]() | CreateConnection | Creates new connection (Inherited from KellermanSoftware.NetCachingLibrary.DatabaseProviders.BaseDatabaseProvider) |
![]() | GetRecords | Gets records using the given command (Inherited from KellermanSoftware.NetCachingLibrary.DatabaseProviders.BaseDatabaseProvider) |
![]() | SetParameter | Sets parameter using the given parameter value (Inherited from KellermanSoftware.NetCachingLibrary.DatabaseProviders.BaseDatabaseProvider) |