CA.Blocks.SQLServerDataAccess.SqlServerParameterExtensions

Class SqlServerParameterExtensions Class

Namespace :CA.Blocks.SQLServerDataAccess

Assembly : CA.Blocks.SQLServerDataAccess.dll

Inheritance :




Method Methods

NameDescription
Static WithParameters(System.Data.SqlClient.SqlCommand, System.Collections.Generic.IList{System.Data.SqlClient.SqlParameter})
Static WithParameter(System.Data.SqlClient.SqlCommand, System.Data.SqlClient.SqlParameter)
Static WithReturnResult(System.Data.SqlClient.SqlCommand)
Static GetReturnResult(System.Data.SqlClient.SqlCommand)
Static AsOutput(System.Data.SqlClient.SqlParameter)
Static AsInputOutput(System.Data.SqlClient.SqlParameter)
Static ToValue(System.Data.SqlClient.SqlParameter)
Static ToValueWithConvert(System.Data.SqlClient.SqlParameter)
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.SQLServerDataAccess.SpecificSQLCharType)
Static ToSqlParameter(System.Nullable{System.Char}, System.String, CA.Blocks.SQLServerDataAccess.SpecificSQLCharType)
Static ToSqlParameter(System.DateTime, System.String, CA.Blocks.SQLServerDataAccess.SpecificSQLDateTimeType)
Static ToSqlParameter(System.Nullable{System.DateTime}, System.String, CA.Blocks.SQLServerDataAccess.SpecificSQLDateTimeType)
Static ToSqlParameter(System.Decimal, System.String, CA.Blocks.SQLServerDataAccess.SpecificSQLDecimalType)
Static ToSqlParameter(System.Nullable{System.Decimal}, System.String, CA.Blocks.SQLServerDataAccess.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.SQLServerDataAccess.SpecificSQLStringType, System.Boolean, System.Int32)