다음을 통해 공유


ObjectQuery<T>.Include(String) 메서드

정의

쿼리 결과에 포함할 관련 개체를 지정합니다.

public System.Data.Entity.Core.Objects.ObjectQuery<T> Include (string path);
member this.Include : string -> System.Data.Entity.Core.Objects.ObjectQuery<'T>
Public Function Include (path As String) As ObjectQuery(Of T)

매개 변수

path
String

쿼리 결과에 반환할 관련 개체의 목록입니다(점으로 구분됨).

반환

쿼리 경로가 정의된 새 ObjectQuery<T>입니다.

예외

path가 null인 경우

path가 empty인 경우

적용 대상