C# 클래스 Shaolinq.SqlServer.SqlServerDecimalDataType

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

공개 메소드들

메소드 설명
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