C# Class Dibware.StoredProcedureFramework.Extensions.SqlParameterExtensions

ファイルを表示 Open project: dibley1973/StoredProcedureFramework

Public Methods

Method Description
IsStringOrIsNullable ( this instance ) : bool

Determines whether this instance is string DbType or is nullable.

RequiresLengthValidation ( this instance ) : bool

Requireses the length validation.

RequiresPrecisionAndScaleValidation ( this instance ) : bool

Requireses the precision and scale validation.

Method Details

IsStringOrIsNullable() public static method

Determines whether this instance is string DbType or is nullable.
public static IsStringOrIsNullable ( this instance ) : bool
instance this The instance.
return bool

RequiresLengthValidation() public static method

Requireses the length validation.
public static RequiresLengthValidation ( this instance ) : bool
instance this The instance.
return bool

RequiresPrecisionAndScaleValidation() public static method

Requireses the precision and scale validation.
public static RequiresPrecisionAndScaleValidation ( this instance ) : bool
instance this The instance.
return bool