C# 클래스 Shaolinq.Persistence.SqlDataTypeProvider

파일 보기 프로젝트 열기: tumtumtum/Shaolinq 1 사용 예제들

공개 메소드들

메소드 설명
GetSqlDataType ( Type type ) : SqlDataType
GetTypeForEnums ( ) : Type

보호된 메소드들

메소드 설명
SqlDataTypeProvider ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration ) : System

메소드 상세

GetSqlDataType() 공개 추상적인 메소드

public abstract GetSqlDataType ( Type type ) : SqlDataType
type System.Type
리턴 SqlDataType

GetTypeForEnums() 공개 메소드

public GetTypeForEnums ( ) : Type
리턴 System.Type

SqlDataTypeProvider() 보호된 메소드

protected SqlDataTypeProvider ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration ) : System
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
리턴 System