CA.Blocks.SQLLiteDataAccess.SqlLiteParameterExtensions

Class SqlLiteParameterExtensions Class

Namespace :CA.Blocks.SQLLiteDataAccess

Assembly : CA.Blocks.SQLLiteDataAccess.dll

Inheritance :




Method Methods

NameDescription
StaticWithParameters(Microsoft.Data.Sqlite.SqliteCommand,System.Collections.Generic.IList{Microsoft.Data.Sqlite.SqliteParameter})
StaticToSqlParameter(System.Int64,System.String)
StaticToSqlParameter(System.Nullable{System.Int64},System.String)
StaticToSqlParameter(System.Byte[],System.String)
StaticToSqlParameter(System.Boolean,System.String)
StaticToSqlParameter(System.Nullable{System.Boolean},System.String)
StaticToSqlParameter(System.Char,System.String,CA.Blocks.SQLLiteDataAccess.SpecificSQLCharType)
StaticToSqlParameter(System.Nullable{System.Char},System.String,CA.Blocks.SQLLiteDataAccess.SpecificSQLCharType)
StaticToSqlParameter(System.DateTime,System.String,CA.Blocks.SQLLiteDataAccess.SpecificSQLDateTimeType)
StaticToSqlParameter(System.Nullable{System.DateTime},System.String,CA.Blocks.SQLLiteDataAccess.SpecificSQLDateTimeType)
StaticToSqlParameter(System.Decimal,System.String,CA.Blocks.SQLLiteDataAccess.SpecificSQLDecimalType)
StaticToSqlParameter(System.Nullable{System.Decimal},System.String,CA.Blocks.SQLLiteDataAccess.SpecificSQLDecimalType)
StaticToSqlParameter(System.Double,System.String)
StaticToSqlParameter(System.Nullable{System.Double},System.String)
StaticToSqlParameter(System.Int32,System.String)
StaticToSqlParameter(System.Nullable{System.Int32},System.String)
StaticToSqlParameter(System.Int16,System.String)
StaticToSqlParameter(System.Nullable{System.Int16},System.String)
StaticToSqlParameter(System.TimeSpan,System.String)
StaticToSqlParameter(System.Nullable{System.TimeSpan},System.String)
StaticToSqlParameter(System.Byte,System.String)
StaticToSqlParameter(System.Nullable{System.Byte},System.String)
StaticToSqlParameter(System.Guid,System.String)
StaticToSqlParameter(System.Nullable{System.Guid},System.String)
StaticToSqlParameter(System.String,System.String,CA.Blocks.SQLLiteDataAccess.SpecificSQLStringType,System.Boolean,System.Int32)