Sprcify the names of properties to order data by in the physical store. The specified names must exist as properties on your data type.

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public StoreSortOrderAttribute(
	params string[] sortOrder
)
Visual Basic
Public Sub New ( _
	ParamArray sortOrder As String() _
)
Visual C++
public:
StoreSortOrderAttribute(
	... array<String^>^ sortOrder
)

Parameters

sortOrder
Type: array<System..::..String>[]()[][]
Names of properties to order data by in the physical store.

See Also