Click or drag to resize
SortClauseProducersDontEmitAliasForExpressionAggregateField Method
Sets the EmitAliasForExpressionAggregateField flag on the sort clause specified to false. The value of the flag indicates whether the alias of the field should be emitted if it has an expression/aggregate or the full field / expression. Using this method sets this flag to false indicating that the field in this sortclause isn't used in the projection and it has an expression/aggregate assigned to it.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static ISortClause DontEmitAliasForExpressionAggregateField(
	this ISortClause clause
)

Parameters

clause
Type: SD.LLBLGen.Pro.ORMSupportClassesISortClause

Return Value

Type: ISortClause

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ISortClause. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also