Click or drag to resize

SortClause.ISortClause.SetEmitAliasForExpressionAggregateField Method

Sets the property EmitAliasForExpressionAggregateField to the value specified and returns itself, for command chaining in e.g. QuerySpec.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
ISortClause ISortClause.SetEmitAliasForExpressionAggregateField(
	bool value
)

Parameters

value
Type: System.Boolean
value to Set

Return Value

Type: ISortClause
this instance

Implements

ISortClause.SetEmitAliasForExpressionAggregateField(Boolean)
See Also