C# Class Shaolinq.Persistence.DefaultGuidSqlDataType

Inheritance: SqlDataType
Show file Open project: tumtumtum/Shaolinq

Public Methods

Method Description
ConvertForSql ( object value ) : TypedValue
DefaultGuidSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type type ) : System
GetReadExpression ( Expression dataReader, int ordinal ) : Expression
GetSqlName ( PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults ) : string
ReadString ( IDataReader reader, int ordinal ) : string

Method Details

ConvertForSql() public method

public ConvertForSql ( object value ) : TypedValue
value object
return TypedValue

DefaultGuidSqlDataType() public method

public DefaultGuidSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type type ) : System
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
type System.Type
return System

GetReadExpression() public method

public GetReadExpression ( Expression dataReader, int ordinal ) : Expression
dataReader System.Linq.Expressions.Expression
ordinal int
return System.Linq.Expressions.Expression

GetSqlName() public method

public GetSqlName ( PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults ) : string
propertyDescriptor PropertyDescriptor
constraintDefaults ConstraintDefaultsConfiguration
return string

ReadString() public static method

public static ReadString ( IDataReader reader, int ordinal ) : string
reader IDataReader
ordinal int
return string