Click or drag to resize

LinqUtils.ReplaceFirstFieldInProjection 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.7.0.0 (5.7.0)
Syntax
public static void ReplaceFirstFieldInProjection(
	ProjectionDefinition projection,
	IEntityFieldCore fieldToSetAsFirstField
)

Parameters

projection
Type: SD.LLBLGen.Pro.LinqSupportClasses.ProjectionDefinition
The projection.
fieldToSetAsFirstField
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore
The field to set as first field.
See Also