Namespace:
Tortuga.Chain.Aggregates
Assembly:
Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
public CustomAggregateColumnAttribute(
string selectExpression,
bool groupBy,
int order
)
public:
CustomAggregateColumnAttribute(
String^ selectExpression,
bool^ groupBy,
int^ order
)
Parameters
- selectExpression
- Type: String
The SQL expression to use.
- groupBy
- Type: Boolean
Indicates whether the expression is also used for grouping.
- order
- Type: Int32
The order is important for group by columns. If tied or null, uses the order the properties appear in reflection.