C# Класс Shaolinq.SqlServer.SqlServerDecimalDataType

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

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

Метод Описание
GetReadExpression ( Expression dataReader, int ordinal ) : Expression
GetSqlName ( PropertyDescriptor propertyDescriptor, ConstraintDefaultsConfiguration constraintDefaults ) : string
Read ( IDataRecord record, int ordinal ) : decimal
SqlServerDecimalDataType ( ConstraintDefaultsConfiguration constraintDefaultsConfiguration, Type type, string sqlName ) : System

Приватные методы

Метод Описание
ToDecimal ( SqlDecimal value ) : decimal

Описание методов

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

Read() публичный статический Метод

public static Read ( IDataRecord record, int ordinal ) : decimal
record IDataRecord
ordinal int
Результат decimal

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

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