Click or drag to resize

SortClauseSetEmitAliasForExpressionAggregateField 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
public SortClause SetEmitAliasForExpressionAggregateField(
	bool value
)

Parameters

value
Type: SystemBoolean
value to Set

Return Value

Type: SortClause
this instance
See Also