| Visual Basic (Declaration) | |
|---|---|
Public Sub AppendSort( _ ByVal propertyName As String, _ ByVal sortDirection As SortDirections _ ) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public void AppendSort( string propertyName, SortDirections sortDirection ) | |
| Managed Extensions for C++ | |
|---|---|
public: void AppendSort( string* propertyName, SortDirections sortDirection ) | |
| C++/CLI | |
|---|---|
public: void AppendSort( String^ propertyName, SortDirections sortDirection ) | |
Parameters
- propertyName
- The property name to sort the query by.
- sortDirection
- The direction of the sort.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family