Click or drag to resize
LinqUtilsGetFirstFieldInProjection Method
Gets the first field in projection.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public static IEntityFieldCore GetFirstFieldInProjection(
	ProjectionDefinition projection,
	IElementCreatorCore elementCreator
)

Parameters

projection
Type: SD.LLBLGen.Pro.LinqSupportClassesProjectionDefinition
The projection.
elementCreator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The element creator.

Return Value

Type: IEntityFieldCore
the first field in the projection
See Also