다음을 통해 공유


DbQueryCommandTree.Query 속성

정의

쿼리 연산의 논리를 정의하는 DbExpression을 가져옵니다.

public System.Data.Entity.Core.Common.CommandTrees.DbExpression Query { get; }
member this.Query : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public ReadOnly Property Query As DbExpression

속성 값

쿼리 작업의 논리를 정의하는 DbExpression입니다.

예외

식이 null입니다.

식이 다른 명령 트리에 연결된 경우

적용 대상