CA.Blocks.SQLServerDataAccess.SqlServerParameterExtensions
Docs
API
CA.Blocks.SQLServerDataAccess
CA.Blocks.SQLServerDataAccess
SqlServerParameterExtensions Class
Namespace :
CA.Blocks.SQLServerDataAccess
Assembly : CA.Blocks.SQLServerDataAccess.dll
Inheritance :
System.Object
↑
CA.Blocks.SQLServerDataAccess.SqlServerParameterExtensions
Methods
Name
Description
WithParameters(System.Data.SqlClient.SqlCommand, System.Collections.Generic.IList{System.Data.SqlClient.SqlParameter})
WithParameter(System.Data.SqlClient.SqlCommand, System.Data.SqlClient.SqlParameter)
WithReturnResult(System.Data.SqlClient.SqlCommand)
GetReturnResult(System.Data.SqlClient.SqlCommand)
AsOutput(System.Data.SqlClient.SqlParameter)
AsInputOutput(System.Data.SqlClient.SqlParameter)
ToValue(System.Data.SqlClient.SqlParameter)
ToValueWithConvert(System.Data.SqlClient.SqlParameter)
ToSqlParameter(System.Int64, System.String)
ToSqlParameter(System.Nullable{System.Int64}, System.String)
ToSqlParameter(System.Byte[], System.String)
ToSqlParameter(System.Boolean, System.String)
ToSqlParameter(System.Nullable{System.Boolean}, System.String)
ToSqlParameter(System.Char, System.String, CA.Blocks.SQLServerDataAccess.SpecificSQLCharType)
ToSqlParameter(System.Nullable{System.Char}, System.String, CA.Blocks.SQLServerDataAccess.SpecificSQLCharType)
ToSqlParameter(System.DateTime, System.String, CA.Blocks.SQLServerDataAccess.SpecificSQLDateTimeType)
ToSqlParameter(System.Nullable{System.DateTime}, System.String, CA.Blocks.SQLServerDataAccess.SpecificSQLDateTimeType)
ToSqlParameter(System.Decimal, System.String, CA.Blocks.SQLServerDataAccess.SpecificSQLDecimalType)
ToSqlParameter(System.Nullable{System.Decimal}, System.String, CA.Blocks.SQLServerDataAccess.SpecificSQLDecimalType)
ToSqlParameter(System.Double, System.String)
ToSqlParameter(System.Nullable{System.Double}, System.String)
ToSqlParameter(System.Int32, System.String)
ToSqlParameter(System.Nullable{System.Int32}, System.String)
ToSqlParameter(System.Int16, System.String)
ToSqlParameter(System.Nullable{System.Int16}, System.String)
ToSqlParameter(System.TimeSpan, System.String)
ToSqlParameter(System.Nullable{System.TimeSpan}, System.String)
ToSqlParameter(System.Byte, System.String)
ToSqlParameter(System.Nullable{System.Byte}, System.String)
ToSqlParameter(System.Guid, System.String)
ToSqlParameter(System.Nullable{System.Guid}, System.String)
ToSqlParameter(System.String, System.String, CA.Blocks.SQLServerDataAccess.SpecificSQLStringType, System.Boolean, System.Int32)