Method | Description | |
---|---|---|
ChangeType2 ( object value, StorageType stype, Type type, IFormatProvider formatProvider ) : object | ||
ChangeTypeForDefaultValue ( object value, Type type, IFormatProvider formatProvider ) : object | ||
ChangeTypeForXML ( object value, Type type ) : object | ||
ConvertStringToDateTimeOffset ( string value, IFormatProvider formatProvider ) : DateTimeOffset | ||
ConvertToSqlBinary ( object value ) : |
||
ConvertToSqlBoolean ( object value ) : |
||
ConvertToSqlByte ( object value ) : |
||
ConvertToSqlBytes ( object value ) : |
||
ConvertToSqlChars ( object value ) : |
||
ConvertToSqlDateTime ( object value ) : |
||
ConvertToSqlDecimal ( object value ) : |
||
ConvertToSqlDouble ( object value ) : |
||
ConvertToSqlGuid ( object value ) : |
||
ConvertToSqlInt16 ( object value ) : |
||
ConvertToSqlInt32 ( object value ) : |
||
ConvertToSqlInt64 ( object value ) : |
||
ConvertToSqlMoney ( object value ) : |
||
ConvertToSqlSingle ( object value ) : |
||
ConvertToSqlString ( object value ) : |
public static ChangeType2 ( object value, StorageType stype, Type type, IFormatProvider formatProvider ) : object | ||
value | object | |
stype | StorageType | |
type | Type | |
formatProvider | IFormatProvider | |
return | object |
public static ChangeTypeForDefaultValue ( object value, Type type, IFormatProvider formatProvider ) : object | ||
value | object | |
type | Type | |
formatProvider | IFormatProvider | |
return | object |
public static ChangeTypeForXML ( object value, Type type ) : object | ||
value | object | |
type | Type | |
return | object |
public static ConvertStringToDateTimeOffset ( string value, IFormatProvider formatProvider ) : DateTimeOffset | ||
value | string | |
formatProvider | IFormatProvider | |
return | DateTimeOffset |
public static ConvertToSqlBinary ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlBoolean ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlByte ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlBytes ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlChars ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlDateTime ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlDecimal ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlDouble ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlGuid ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlInt16 ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlInt32 ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlInt64 ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlMoney ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlSingle ( object value ) : |
||
value | object | |
return |
public static ConvertToSqlString ( object value ) : |
||
value | object | |
return |