C# Class TrackableData.Sql.ColumnProperty

Mostra file Open project: SaladLab/TrackableData

Public Methods

Method Description
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

Method Details

ColumnProperty() public method

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
return System