DbSortExpression.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.
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.