C# 클래스 Dibware.StoredProcedureFramework.Extensions.SqlParameterExtensions

파일 보기 프로젝트 열기: dibley1973/StoredProcedureFramework

공개 메소드들

메소드 설명
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.

메소드 상세

IsStringOrIsNullable() 공개 정적인 메소드

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

RequiresLengthValidation() 공개 정적인 메소드

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

RequiresPrecisionAndScaleValidation() 공개 정적인 메소드

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