Click or drag to resize

QueryFactoryBaseField 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.SelfServicingSpecific
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public EntityField Field(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of the field.

Return Value

Type: EntityField
Ready to use field object
See Also