C# 클래스 Shaolinq.Persistence.DefaultSqlDataTypeProvider

상속: SqlDataTypeProvider
파일 보기 프로젝트 열기: tumtumtum/Shaolinq

공개 메소드들

메소드 설명
DefaultSqlDataTypeProvider ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration ) : System
GetSqlDataType ( Type type ) : SqlDataType

보호된 메소드들

메소드 설명
DefineSqlDataType ( SqlDataType sqlDataType ) : void
DefineSqlDataType ( Type type, string name, MethodInfo getValueMethod ) : void
DefineSqlDataType ( Type type, string name, string getValueMethod ) : void
GetBlobDataType ( ) : SqlDataType
GetEnumDataType ( Type type ) : SqlDataType

메소드 상세

DefaultSqlDataTypeProvider() 공개 메소드

public DefaultSqlDataTypeProvider ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration ) : System
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
리턴 System

DefineSqlDataType() 보호된 메소드

protected DefineSqlDataType ( SqlDataType sqlDataType ) : void
sqlDataType SqlDataType
리턴 void

DefineSqlDataType() 보호된 메소드

protected DefineSqlDataType ( Type type, string name, MethodInfo getValueMethod ) : void
type System.Type
name string
getValueMethod System.Reflection.MethodInfo
리턴 void

DefineSqlDataType() 보호된 메소드

protected DefineSqlDataType ( Type type, string name, string getValueMethod ) : void
type System.Type
name string
getValueMethod string
리턴 void

GetBlobDataType() 보호된 메소드

protected GetBlobDataType ( ) : SqlDataType
리턴 SqlDataType

GetEnumDataType() 보호된 메소드

protected GetEnumDataType ( Type type ) : SqlDataType
type System.Type
리턴 SqlDataType

GetSqlDataType() 공개 메소드

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