C# Класс Shaolinq.Postgres.PostgresEnumSqlDataType

Наследование: Shaolinq.Persistence.SqlDataType
Показать файл Открыть проект

Открытые методы

Метод Описание
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