DataObjectSelector.GetOrdering Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetOrdering(String) |
Returns the ordering for the specified type as a string of comma-delimited data object names, which specifies the sort order of the data objects returned when objects are selected. |
GetOrdering(String, Object[]) |
Returns the ordering for the specified type as a string of comma-delimited data object names, which specifies the sort order of the data objects returned when objects are selected. |
GetOrdering(String)
Returns the ordering for the specified type as a string of comma-delimited data object names, which specifies the sort order of the data objects returned when objects are selected.
public:
virtual System::String ^ GetOrdering(System::String ^ typeName);
public string GetOrdering (string typeName);
abstract member GetOrdering : string -> string
override this.GetOrdering : string -> string
Public Function GetOrdering (typeName As String) As String
Parameters
- typeName
- String
The data source–specific type name.
Returns
A string of comma-delimited data object names, which specifies the sort order of the data objects returned when objects are selected for the specified type.
Implements
Exceptions
The typeName
parameter is null.
Applies to
GetOrdering(String, Object[])
Returns the ordering for the specified type as a string of comma-delimited data object names, which specifies the sort order of the data objects returned when objects are selected.
protected:
virtual System::String ^ GetOrdering(System::String ^ typeName, cli::array <System::Object ^> ^ parameters);
protected virtual string GetOrdering (string typeName, object[] parameters);
abstract member GetOrdering : string * obj[] -> string
override this.GetOrdering : string * obj[] -> string
Protected Overridable Function GetOrdering (typeName As String, parameters As Object()) As String
Parameters
- typeName
- String
The data source–specific type name.
- parameters
- Object[]
An array containing the parameters for the specified type.
Returns
A string of comma-delimited data object names, which specifies the sort order of the data objects returned when objects are selected for the specified type.
Exceptions
The typeName
parameter is null.