C# 클래스 Shaolinq.Persistence.DefaultTimeSpanSqlDataType

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

공개 메소드들

메소드 설명
ConvertForSql ( object value ) : TypedValue
DefaultTimeSpanSqlDataType ( SqlDataTypeProvider sqlDataTypeProvider, ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type type ) : System
GetReadExpression ( Expression dataReader, int ordinal ) : Expression
GetSqlName ( PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults ) : string

메소드 상세

ConvertForSql() 공개 메소드

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

DefaultTimeSpanSqlDataType() 공개 메소드

public DefaultTimeSpanSqlDataType ( SqlDataTypeProvider sqlDataTypeProvider, ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type type ) : System
sqlDataTypeProvider SqlDataTypeProvider
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