C# 클래스 NLite.Data.Common.SqlType

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

공개 메소드들

메소드 설명
Equals ( SqlType other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

비공개 메소드들

메소드 설명
Get ( DBType dbType, int length ) : SqlType
Get ( Type type ) : SqlType
Get ( Type memberType, ColumnAttribute col ) : SqlType
GetKeyForLengthBased ( string name, int length ) : string
SqlType ( ) : System
SqlType ( DBType dbType ) : System
SqlType ( DBType dbType, byte precision, byte scale ) : System
SqlType ( DBType dbType, int length ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( SqlType other ) : bool
other SqlType
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int