Share via


IVsDataObjectStore.GetDefaultOrdering(String) Method

Definition

Returns the default ordering that is used to sort the data source objects selected from the object store.

public:
 System::String ^ GetDefaultOrdering(System::String ^ typeName);
public string GetDefaultOrdering (string typeName);
abstract member GetDefaultOrdering : string -> string
Public Function GetDefaultOrdering (typeName As String) As String

Parameters

typeName
String

The name of the data source–specific type to get the default ordering for.

Returns

A string of comma-delimited values representing the data objects that specify the sort order.

Exceptions

The typeName parameter is null.

Applies to