DbSkipExpression.SortOrder Property
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.
Gets a DbSortClause list that defines the sort order.
public:
property System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbSortClause ^> ^ SortOrder { System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbSortClause ^> ^ get(); };
public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause> SortOrder { get; }
member this.SortOrder : System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause>
Public ReadOnly Property SortOrder As IList(Of DbSortClause)
Property Value
A DbSortClause list that defines the sort order.
Remarks
DbSkipExpression requires its input collection to have already been sorted. The sort order is represented as the SortOrder property. SortOrder is a list of DbSortClause objects.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.