DbQueryCommandTree.Query Property

 

Gets a DbExpression that defines the logic of the query.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public DbExpression Query { get; }

Property Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

A DbExpression that defines the logic of the query.