CA.Blocks.SQLServerDataAccess.SqlServerParameterExtensions

Class SqlServerParameterExtensions Class

Namespace :CA.Blocks.SQLServerDataAccess

Assembly : CA.Blocks.SQLServerDataAccess.dll

Inheritance :




Method Methods

NameDescription
StaticWithParameters(System.Data.SqlClient.SqlCommand,System.Collections.Generic.IList{System.Data.SqlClient.SqlParameter})
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.SQLServerDataAccess.SpecificSQLCharType)
StaticToSqlParameter(System.Nullable{System.Char},System.String,CA.Blocks.SQLServerDataAccess.SpecificSQLCharType)
StaticToSqlParameter(System.DateTime,System.String,CA.Blocks.SQLServerDataAccess.SpecificSQLDateTimeType)
StaticToSqlParameter(System.Nullable{System.DateTime},System.String,CA.Blocks.SQLServerDataAccess.SpecificSQLDateTimeType)
StaticToSqlParameter(System.Decimal,System.String,CA.Blocks.SQLServerDataAccess.SpecificSQLDecimalType)
StaticToSqlParameter(System.Nullable{System.Decimal},System.String,CA.Blocks.SQLServerDataAccess.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.SQLServerDataAccess.SpecificSQLStringType,System.Boolean,System.Int32)