OrderByClause.OrderByElements Property
Gets a list of the items.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property OrderByElements As IList(Of ExpressionWithSortOrder)
Get
'Usage
Dim instance As OrderByClause
Dim value As IList(Of ExpressionWithSortOrder)
value = instance.OrderByElements
public IList<ExpressionWithSortOrder> OrderByElements { get; }
public:
property IList<ExpressionWithSortOrder^>^ OrderByElements {
IList<ExpressionWithSortOrder^>^ get ();
}
member OrderByElements : IList<ExpressionWithSortOrder>
function get OrderByElements () : IList<ExpressionWithSortOrder>
Property Value
Type: System.Collections.Generic.IList<ExpressionWithSortOrder>
A list of the items.