TableQuery.OrderByDesc(String) 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.
Define order by desc expression for the table query. Only applied to Cosmos Table Endpoint.
public Microsoft.Azure.Cosmos.Table.TableQuery OrderByDesc (string propertyName);
member this.OrderByDesc : string -> Microsoft.Azure.Cosmos.Table.TableQuery
Public Function OrderByDesc (propertyName As String) As TableQuery
Parameters
- propertyName
- String