Click or drag to resize
LinqUtilsReplaceFirstFieldInProjection Method
Replaces the first field in project.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static void ReplaceFirstFieldInProjection(
	ProjectionDefinition projection,
	IEntityFieldCore fieldToSetAsFirstField
)

Parameters

projection
Type: SD.LLBLGen.Pro.LinqSupportClassesProjectionDefinition
The projection.
fieldToSetAsFirstField
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field to set as first field.
See Also