C# Class HybridDb.Config.SqlTypeMap

ファイルを表示 Open project: asgerhallas/HybridDb Class Usage Examples

Public Methods

Method Description
Convert ( Column column ) : SqlColumn
ForDbType ( DbType type ) : IEnumerable
ForNetType ( Type type ) : IEnumerable
ForSqlType ( string type ) : IEnumerable

Private Methods

Method Description
GetLength ( Column column ) : string
SqlTypeMap ( ) : System

Method Details

Convert() public static method

public static Convert ( Column column ) : SqlColumn
column Column
return SqlColumn

ForDbType() public static method

public static ForDbType ( DbType type ) : IEnumerable
type DbType
return IEnumerable

ForNetType() public static method

public static ForNetType ( Type type ) : IEnumerable
type System.Type
return IEnumerable

ForSqlType() public static method

public static ForSqlType ( string type ) : IEnumerable
type string
return IEnumerable