RelationalEntityQueryableExpressionVisitor.VisitEntityQueryable(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
访问实体查询根。
protected override System.Linq.Expressions.Expression VisitEntityQueryable (Type elementType);
override this.VisitEntityQueryable : Type -> System.Linq.Expressions.Expression
Protected Overrides Function VisitEntityQueryable (elementType As Type) As Expression
参数
- elementType
- Type
实体根的 CLR 类型。
返回
对应于已转换实体根的表达式。