你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableQuery<TElement>.OrderBy(String) 方法

定义

按表达式定义表查询的顺序。 仅适用于 Cosmos 表终结点。

public Microsoft.Azure.Cosmos.Table.TableQuery<TElement> OrderBy (string propertyName);
member this.OrderBy : string -> Microsoft.Azure.Cosmos.Table.TableQuery<'Element>
Public Function OrderBy (propertyName As String) As TableQuery(Of TElement)

参数

propertyName
String

返回

适用于