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

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

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

Метод Описание
GetReadExpression ( Expression dataReader, int ordinal ) : Expression
GetSqlName ( PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults ) : string
PostgresUuidSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type 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 Shaolinq.Persistence.PropertyDescriptor
constraintDefaults ConstraintDefaultsConfiguration
Результат string

PostgresUuidSqlDataType() публичный Метод

public PostgresUuidSqlDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type type ) : System
constraintDefaultsConfiguration ConstraintDefaultsConfiguration
type System.Type
Результат System