QueryFactoryBase2Field Method (String) | 
 Creates a new field object with the name specified and of resulttype 'object'. Used for referring to aliased fields in another projection.
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec.AdapterSpecific
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic EntityField2 Field(
	string fieldName
)
Public Function Field ( 
	fieldName As String
) As EntityField2
Parameters
- fieldName
 - Type: SystemString
Name of the field. 
Return Value
Type: 
EntityField2Ready to use field object
See Also