Click or drag to resize

SortClauseISortClauseSetEmitAliasForExpressionAggregateField 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.9.0.0 (5.9.0)
Syntax
ISortClause ISortClause.SetEmitAliasForExpressionAggregateField(
	bool value
)

Parameters

value
Type: SystemBoolean
value to Set

Return Value

Type: ISortClause
this instance

Implements

ISortClauseSetEmitAliasForExpressionAggregateField(Boolean)
See Also