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

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

공개 메소드들

메소드 설명
GetClrTypeFromSqlDbType ( SqlDbType sqlDbType ) : Type

Gets the mapped CLR type for the specified SqlDbType.

비공개 메소드들

메소드 설명
CreateSqlTypeToClrTypeMaps ( ) : void
SqlDbTypeToClrTypeMapper ( ) : System

Initializes the SqlDbTypeToClrTypeMapper class.

메소드 상세

GetClrTypeFromSqlDbType() 공개 정적인 메소드

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