C# 클래스 Shaolinq.Postgres.PostgresEnumSqlDataType

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

공개 메소드들

메소드 설명
ConvertForSql ( object value ) : TypedValue
GetReadExpression ( Expression dataReader, int ordinal ) : Expression
GetSqlName ( PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults ) : string
PostgresEnumSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type supportedType, TypeDescriptorProvider typeDescriptorProvider ) : 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

PostgresEnumSqlDataType() 공개 메소드

public PostgresEnumSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type supportedType, TypeDescriptorProvider typeDescriptorProvider ) : System
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
supportedType System.Type
typeDescriptorProvider Shaolinq.Persistence.TypeDescriptorProvider
리턴 System