C# 클래스 Shaolinq.Persistence.DefaultGuidSqlDataType

상속: SqlDataType
파일 보기 프로젝트 열기: tumtumtum/Shaolinq

공개 메소드들

메소드 설명
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

메소드 상세

ConvertForSql() 공개 메소드

public ConvertForSql ( object value ) : TypedValue
value object
리턴 TypedValue

DefaultGuidSqlDataType() 공개 메소드

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

GetReadExpression() 공개 메소드

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

GetSqlName() 공개 메소드

public GetSqlName ( PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults ) : string
propertyDescriptor PropertyDescriptor
constraintDefaults ConstraintDefaultsConfiguration
리턴 string

ReadString() 공개 정적인 메소드

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