[This is preliminary documentation and is subject to change.]
Adds a Sort to the collection
Namespace:
Firefly.Box.Data.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public void Add( params Sort[] orderBy ) |
Visual Basic (Declaration) |
---|
Public Sub Add ( _ ParamArray orderBy As Sort() _ ) |
Visual C++ |
---|
public: void Add( ... array<Sort^>^ orderBy ) |
Parameters
- orderBy
- Type: array<
Firefly.Box..::.Sort
>[]()[]