Click or drag to resize

QueryFactoryCoreGetFieldCreatorFunc Method

Creates a new func which creates a field based on the input specified Specifications: a func which creates a field with the name (first argument) and alias target (second argument) and type (3rd argument) specified

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected abstract Func<string, string, Type, IEntityFieldCore> GetFieldCreatorFunc()

Return Value

Type: FuncString, String, Type, IEntityFieldCore
See Also