QueryFactoryBase2GetFieldCreatorFunc 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.AdapterSpecific
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected override Func<string, string, Type, IEntityFieldCore> GetFieldCreatorFunc()
Protected Overrides Function GetFieldCreatorFunc As Func(Of String, String, Type, IEntityFieldCore)
Return Value
Type: 
FuncString, 
String, 
Type, 
IEntityFieldCore
See Also