Метод | Описание | |
---|---|---|
For ( |
Gets the ITypeConverter for the specified type. If For returns null, the TypeConverter.Default can be used. |
|
IsNotEntityAndConvertible ( |
Determines whether the type is not an entity type and is a convertible type.
|
|
RegisterTypeMapping ( |
Registers the type mapping between a Type and DbType.
|
|
ResolveActualType ( |
Resolves the actual type.
|
|
ResolveDbType ( |
Resolves the DbType mapped to the Type.
|
public static For ( |
||
type | The type to get the converter for. | |
Результат | ITypeConverter |
public static IsNotEntityAndConvertible ( |
||
type | The type to test. | |
Результат | bool |
public static RegisterTypeMapping ( |
||
type | The Type to be mapped. | |
dbType | DbType | The DbType to be mapped to. |
Результат | void |
public static ResolveActualType ( |
||
type | The type to resolve. | |
Результат |
public static ResolveDbType ( |
||
type | The Type to resolve the DbType from. | |
Результат | DbType |