C# Class Shaolinq.Postgres.PostgresEnumSqlDataType

Inheritance: Shaolinq.Persistence.SqlDataType
Afficher le fichier Open project: tumtumtum/Shaolinq

Méthodes publiques

Méthode Description
ConvertForSql ( object value ) : TypedValue
GetReadExpression ( Expression dataReader, int ordinal ) : Expression
GetSqlName ( PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults ) : string
PostgresEnumSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type supportedType, TypeDescriptorProvider typeDescriptorProvider ) : System

Method Details

ConvertForSql() public méthode

public ConvertForSql ( object value ) : TypedValue
value object
Résultat Shaolinq.Persistence.TypedValue

GetReadExpression() public méthode

public GetReadExpression ( Expression dataReader, int ordinal ) : Expression
dataReader System.Linq.Expressions.Expression
ordinal int
Résultat System.Linq.Expressions.Expression

GetSqlName() public méthode

public GetSqlName ( PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults ) : string
propertyDescriptor Shaolinq.Persistence.PropertyDescriptor
constraintDefaults ConstraintDefaultsConfiguration
Résultat string

PostgresEnumSqlDataType() public méthode

public PostgresEnumSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type supportedType, TypeDescriptorProvider typeDescriptorProvider ) : System
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
supportedType System.Type
typeDescriptorProvider Shaolinq.Persistence.TypeDescriptorProvider
Résultat System