IVsDataObjectStore.GetDefaultOrdering Method

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

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function GetDefaultOrdering ( _
    typeName As String _
) As String
string GetDefaultOrdering(
    string typeName
)
String^ GetDefaultOrdering(
    String^ typeName
)
abstract GetDefaultOrdering : 
        typeName:string -> string
function GetDefaultOrdering(
    typeName : String
) : String

Parameters

  • typeName
    Type: System.String

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

Return Value

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

Exceptions

Exception Condition
ArgumentNullException

The typeName parameter is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

IVsDataObjectStore Interface

Microsoft.VisualStudio.Data.Services Namespace