共用方式為


QueryTranslationPreprocessor.ProcessQueryRoots(Expression) 方法

定義

將其他查詢根節點新增至查詢。

protected virtual System.Linq.Expressions.Expression ProcessQueryRoots (System.Linq.Expressions.Expression expression);
abstract member ProcessQueryRoots : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
override this.ProcessQueryRoots : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Protected Overridable Function ProcessQueryRoots (expression As Expression) As Expression

參數

expression
Expression

要處理的查詢運算式。

傳回

加入查詢根目錄之後的查詢運算式。

適用於