QueryFactoryBaseGetFieldCreatorFunc 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.SelfServicingSpecific
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax protected override Func<string, string, Type, IEntityFieldCore> GetFieldCreatorFunc()
Protected Overrides Function GetFieldCreatorFunc As Func(Of String, String, Type, IEntityFieldCore)
Return Value
Type:
FuncString,
String,
Type,
IEntityFieldCoreSee Also