共用方式為


DefaultExpressionVisitor.VisitSortClause(DbSortClause) 方法

定義

實作排序子句的訪問項模式。

protected:
 virtual System::Data::Common::CommandTrees::DbSortClause ^ VisitSortClause(System::Data::Common::CommandTrees::DbSortClause ^ clause);
protected virtual System.Data.Common.CommandTrees.DbSortClause VisitSortClause (System.Data.Common.CommandTrees.DbSortClause clause);
abstract member VisitSortClause : System.Data.Common.CommandTrees.DbSortClause -> System.Data.Common.CommandTrees.DbSortClause
override this.VisitSortClause : System.Data.Common.CommandTrees.DbSortClause -> System.Data.Common.CommandTrees.DbSortClause
Protected Overridable Function VisitSortClause (clause As DbSortClause) As DbSortClause

參數

clause
DbSortClause

排序子句。

傳回

已實作的訪問項模式。

適用於