Click or drag to resize
QuerySpecField Method
Creates a field which targets the projection of this query. Use this to easily create a derived table targeting field which targets this query.

Namespace: SD.LLBLGen.Pro.QuerySpec
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public IEntityFieldCore Field(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: IEntityFieldCore
See Also