프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IsDbNullMethod | |||
constraintDefaultsConfiguration | ConstraintDefaultsConfiguration |
메소드 | 설명 | |
---|---|---|
ConvertForSql ( object value ) : |
Converts the given value for serializing to SQL. The default implementation performs no conversion.
|
|
ConvertFromSql ( object value ) : object |
Converts a value from SQL to a .NET equivalent. The default implementation uses Convert.ChangeType(object, Type) and performs DBNull conversion
|
|
GetReadExpression ( |
Gets an expression to perform reading of a column.
|
|
GetSqlName ( |
Gets the SQL type name for the given property.
|
|
GetSqlName ( |
Gets the SQL type name for the given property.
|
|
IsNullExpression ( |
메소드 | 설명 | |
---|---|---|
SqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, |
||
SqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, |
public ConvertForSql ( object value ) : |
||
value | object | The value |
리턴 |
public ConvertFromSql ( object value ) : object | ||
value | object | The value to convert |
리턴 | object |
public abstract GetReadExpression ( |
||
dataReader | The parameter that references the |
|
ordinal | int | The parameter that contains the ordinal of the column to read |
리턴 |
public GetSqlName ( |
||
propertyDescriptor | The property whose return type is to be serialized | |
리턴 | string |
public abstract GetSqlName ( |
||
propertyDescriptor | ||
constraintDefaults | ConstraintDefaultsConfiguration | |
리턴 | string |
public IsNullExpression ( |
||
dataReader | ||
ordinal | int | |
리턴 |
protected SqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, |
||
constraintDefaultsConfiguration | ConstraintDefaultsConfiguration | |
supportedType | ||
리턴 | System |
protected SqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, |
||
constraintDefaultsConfiguration | ConstraintDefaultsConfiguration | |
supportedType | ||
isUserDefinedType | bool | |
리턴 | System |
protected static MethodInfo,System.Reflection IsDbNullMethod | ||
리턴 |