C# 클래스 Dibware.StoredProcedureFramework.Helpers.ClrTypeToSqlDbTypeMapper

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

공개 메소드들

메소드 설명
GetSqlDbTypeFromClrType ( Type clrType ) : SqlDbType

Gets the mapped SqlDbType for the specified CLR type.

비공개 메소드들

메소드 설명
ClrTypeToSqlDbTypeMapper ( ) : System

Initializes the ClrTypeToSqlDbTypeMapper class.

CreateClrTypeToSqlTypeMaps ( ) : void
EnsureTypeExists ( Type clrType ) : void

메소드 상세

GetSqlDbTypeFromClrType() 공개 정적인 메소드

Gets the mapped SqlDbType for the specified CLR type.
public static GetSqlDbTypeFromClrType ( Type clrType ) : SqlDbType
clrType System.Type The CLR Type to get mapped SqlDbType for.
리턴 SqlDbType