Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.StringThe 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.