CA.Blocks.MySQLDataAccess.MySqlParameterExtensions

Class MySqlParameterExtensions Class

Namespace :CA.Blocks.MySQLDataAccess

Assembly : CA.Blocks.MySQLDataAccess.dll

Inheritance :




Method Methods

NameDescription
Static WithParameters(MySqlConnector.MySqlCommand, System.Collections.Generic.IList{MySqlConnector.MySqlParameter})
Static WithParameter(MySqlConnector.MySqlCommand, MySqlConnector.MySqlParameter)
Static AsOutput(MySqlConnector.MySqlParameter)
Static AsInputOutput(MySqlConnector.MySqlParameter)
Static ToValue(MySqlConnector.MySqlParameter)
Static ToValueWithConvert(MySqlConnector.MySqlParameter)
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)
Static ToSqlParameter(System.Nullable{System.Char}, System.String)
Static ToSqlParameter(System.DateTime, System.String, CA.Blocks.MySQLDataAccess.SpecificMySQLDateTimeType)
Static ToSqlParameter(System.Nullable{System.DateTime}, System.String, CA.Blocks.MySQLDataAccess.SpecificMySQLDateTimeType)
Static ToSqlParameter(System.Decimal, System.String)
Static ToSqlParameter(System.Nullable{System.Decimal}, System.String)
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.MySQLDataAccess.SpecificMySQLStringType, System.Boolean, System.Int32)