OrderByClause.OrderByElements Property

Gets a list of the items.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property OrderByElements As IList(Of ExpressionWithSortOrder)
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>

.NET Framework Security

See Also

Reference

OrderByClause Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace