Click or drag to resize

ISortClauseSetEmitAliasForExpressionAggregateField 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.5.0.0 (5.5.18.1019)
Syntax
ISortClause SetEmitAliasForExpressionAggregateField(
	bool value
)

Parameters

value
Type: SystemBoolean
value to Set

Return Value

Type: ISortClause
this instance for command chaining
See Also