SqlUserDefinedAggregateAttribute::IsInvariantToOrder Property
.NET Framework (current version)
Indicates whether the aggregate is invariant to order.
Assembly: System.Data (in System.Data.dll)
Reserved for future use. This property is not currently used by the query processor: order is currently not guaranteed.
Incorrectly setting this property can result in incorrect query results. This property is not an optimizer hint; it affects the plan selected and the results returned by the query.
The default value for this property is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: