C# 클래스 Shaolinq.Postgres.PostgresTimespanSqlDataType

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

공개 메소드들

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

메소드 상세

ConvertForSql() 공개 메소드

public ConvertForSql ( object value ) : TypedValue
value object
리턴 Shaolinq.Persistence.TypedValue

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 Shaolinq.Persistence.PropertyDescriptor
constraintDefaults ConstraintDefaultsConfiguration
리턴 string

PostgresTimespanSqlDataType() 공개 메소드

public PostgresTimespanSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type supportedType ) : System
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
supportedType System.Type
리턴 System