CreateTableSelectCommand

Method CreateTableSelectCommand Method

Class :CA.Blocks.SQLLiteDataAccess.SqlLiteDataAccess

Namespace :CA.Blocks.SQLLiteDataAccess

Assembly : CA.Blocks.SQLLiteDataAccess.dll

Overloads

Protected MethodCreateTableSelectCommand(System.String,System.String)
Protected MethodCreateTableSelectCommand(System.String,System.String,System.String)
Protected MethodCreateTableSelectCommand(System.String,System.String)

Parameters
NameTypeDescription
tableNameSystem.String
filterSystem.String
Returns

Microsoft.Data.Sqlite.SqliteCommand

Protected MethodCreateTableSelectCommand(System.String,System.String,System.String)

Parameters
NameTypeDescription
tableNameSystem.String
filterSystem.String
orderBySystem.String
Returns

Microsoft.Data.Sqlite.SqliteCommand