C# Class NLite.Data.Common.SqlType

ファイルを表示 Open project: netcasewqs/elinq Class Usage Examples

Public Methods

Method Description
Equals ( SqlType other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
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

Method Details

Equals() public method

public Equals ( SqlType other ) : bool
other SqlType
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int