C# 클래스 TrackableData.Sql.ColumnProperty

파일 보기 프로젝트 열기: SaladLab/TrackableData

공개 메소드들

메소드 설명
ColumnProperty ( string name, string escapedName, Type type = null, int length, bool isIdentity = false, PropertyInfo propertyInfo = null, string>.Func convertToSqlValue = null, object>.Func convertFromDbValue = null, string>.Func extractToSqlValue = null, object>.Action installFromDbValue = null ) : System

메소드 상세

ColumnProperty() 공개 메소드

public ColumnProperty ( string name, string escapedName, Type type = null, int length, bool isIdentity = false, PropertyInfo propertyInfo = null, string>.Func convertToSqlValue = null, object>.Func convertFromDbValue = null, string>.Func extractToSqlValue = null, object>.Action installFromDbValue = null ) : System
name string
escapedName string
type System.Type
length int
isIdentity bool
propertyInfo System.Reflection.PropertyInfo
convertToSqlValue string>.Func
convertFromDbValue object>.Func
extractToSqlValue string>.Func
installFromDbValue object>.Action
리턴 System