CA.Blocks.SQLLiteDataAccess.SqlLiteParameterExtensions

Class SqlLiteParameterExtensions Class

Namespace :CA.Blocks.SQLLiteDataAccess

Assembly : CA.Blocks.SQLLiteDataAccess.dll

Inheritance :




Method Methods

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