Name | Description | |
---|---|---|
![]() | SqlServerDatabaseProvider Constructor | Initializes a new instance of the SqlServerDatabaseProvider class. |
The following tables list the members exposed by SqlServerDatabaseProvider.
Name | Description | |
---|---|---|
![]() | SqlServerDatabaseProvider Constructor | Initializes a new instance of the SqlServerDatabaseProvider class. |
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 character prefix for parameters such as @ for SQL Server |
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) |