C# Class Zetbox.API.Server.DbTypeMapper

Exibir arquivo Open project: daszat/zetbox

Public Methods

Method Description
GetDbType ( Type type ) : DbType
GetDbType ( this prop ) : DbType
GetDbTypeForProperty ( Type type ) : DbType
GetPropertyType ( DbType type ) : Type
GetSystemType ( DbType type ) : Type

Private Methods

Method Description
GetDbType ( ColumnType colType ) : DbType
GetDbType ( Type type, DbType>.KeyValuePair mapping ) : DbType
GetSystemType ( DbType type, DbType>.KeyValuePair mapping ) : Type

Method Details

GetDbType() public static method

public static GetDbType ( Type type ) : DbType
type System.Type
return DbType

GetDbType() public static method

public static GetDbType ( this prop ) : DbType
prop this
return DbType

GetDbTypeForProperty() public static method

public static GetDbTypeForProperty ( Type type ) : DbType
type System.Type
return DbType

GetPropertyType() public static method

public static GetPropertyType ( DbType type ) : Type
type DbType
return System.Type

GetSystemType() public static method

public static GetSystemType ( DbType type ) : Type
type DbType
return System.Type