RelationalQueryModelVisitor.VisitSubQueryModel(QueryModel) 方法

定义

访问子查询模型。

public virtual void VisitSubQueryModel (Remotion.Linq.QueryModel queryModel);
abstract member VisitSubQueryModel : Remotion.Linq.QueryModel -> unit
override this.VisitSubQueryModel : Remotion.Linq.QueryModel -> unit
Public Overridable Sub VisitSubQueryModel (queryModel As QueryModel)

参数

queryModel
Remotion.Linq.QueryModel

子查询模型。

适用于