InExpression.SubQuery Property

Definition

Gets the sub query.

public virtual Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression SubQuery { get; }
member this.SubQuery : Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression
Public Overridable ReadOnly Property SubQuery As SelectExpression

Property Value

The sub query.

Applies to