Share via


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)
'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 ();
}
public function get OrderByElements () : IList<ExpressionWithSortOrder>

Property Value

Type: System.Collections.Generic.IList<ExpressionWithSortOrder>

.NET Framework Security

See Also

Reference

OrderByClause Class

OrderByClause Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace