CA.Blocks.SQLLiteDataAccess.SqlLiteDataAccess

Class SqlLiteDataAccess Class

Namespace :CA.Blocks.SQLLiteDataAccess

Assembly : CA.Blocks.SQLLiteDataAccess.dll

Provides a SQL Lite implementation for DataAccessCore

Inheritance :



CA.Blocks.DataAccess.DataAccessCore


New Class Constructors

NameDescription
MethodSqlLiteDataAccess(CA.Blocks.DataAccess.DI.IDataAccessConfig,CA.Blocks.DataAccess.Translator.DbRowToObject.Interfaces.IDbRowTranslatorProvider)

Method Methods

NameDescription
Abstract MethodGetConnectionContext()
Abstract MethodPrepCommand(System.Data.IDbCommand)
Abstract MethodGetDataAdapter(System.Data.IDbCommand)
Protected MethodCreateBlankStoredProcedureCommand(System.String,System.Boolean)
Protected MethodGetStoredProcedureReturnValue(Microsoft.Data.Sqlite.SqliteCommand)
Protected MethodCreateTextCommand(System.String)
Protected MethodCreateTextCommand(System.String,System.String)
Protected MethodCreateTableSelectCommand(System.String,System.String)
Protected MethodCreateTableSelectCommand(System.String,System.String,System.String)
Protected MethodCementExpressionsAsValues(System.Data.DataTable)
MethodExecuteDataTable(Microsoft.Data.Sqlite.SqliteCommand,CA.Blocks.DataAccess.Model.Paging.PagingRequest)
Protected MethodWrapPagingQuery(System.String,System.String)