QueryFactoryBaseFieldTValue Method (String) | 
 Creates a new field object with the name specified and of resulttype 'TValue'. Used for referring to aliased fields in another projection.
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec.SelfServicingSpecific
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic EntityField Field<TValue>(
	string fieldName
)
Public Function Field(Of TValue) ( 
	fieldName As String
) As EntityField
Parameters
- fieldName
 - Type: SystemString
Name of the field. 
Type Parameters
- TValue
 - The type of the value represented by the field.
 
Return Value
Type: 
EntityFieldReady to use field object
See Also