Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.