Click or drag to resize

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.10.0.0 (5.10.0)
Syntax
ISortClause SetEmitAliasForExpressionAggregateField(
	bool value
)

Parameters

value
Type: System.Boolean
value to Set

Return Value

Type: ISortClause
this instance for command chaining
See Also