Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

BaseAggregateAttribute..::..Order Property

The order is important for group by columns. If tied or null, uses the order the properties appear in reflection.

Namespace:  Tortuga.Chain.Aggregates
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public Nullable<int> Order { get; }
Public ReadOnly Property Order As Nullable(Of Integer)
	Get
public:
property Nullable<int^> Order {
	Nullable<int^> get ();
}

Field Value

The grouping order.