다음을 통해 공유


DbQuery 클래스

정의

DbContext에 대한 제네릭이 아닌 LINQ to Entities 쿼리를 나타냅니다.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", Justification="Casing is intentional")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix", Justification="Name is intentional")]
public abstract class DbQuery : System.Collections.IEnumerable, System.ComponentModel.IListSource, System.Data.Entity.Infrastructure.IDbAsyncEnumerable, System.Linq.IOrderedQueryable
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")]
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay()}")]
public abstract class DbQuery : System.Collections.IEnumerable, System.ComponentModel.IListSource, System.Data.Entity.Infrastructure.IDbAsyncEnumerable, System.Linq.IOrderedQueryable
type DbQuery = class
    interface IOrderedQueryable
    interface IQueryable
    interface IEnumerable
    interface IListSource
    interface IDbAsyncEnumerable
Public MustInherit Class DbQuery
Implements IDbAsyncEnumerable, IEnumerable, IListSource, IOrderedQueryable
상속
DbQuery
파생
특성
구현

속성

ElementType

IQueryable 요소 형식입니다.

Sql

String 기본 쿼리의 표현을 가져옵니다.

메서드

AsNoTracking()

반환된 엔터티가 에 캐시되지 않는 새 쿼리를 DbContext반환합니다.

AsStreaming()
사용되지 않음.

버퍼링 대신 결과를 스트리밍할 새 쿼리를 반환합니다.

Cast<TElement>()

해당하는 제네릭 DbQuery<TResult> 개체를 반환합니다.

Equals(Object)

DbContext에 대한 제네릭이 아닌 LINQ to Entities 쿼리를 나타냅니다.

GetHashCode()

DbContext에 대한 제네릭이 아닌 LINQ to Entities 쿼리를 나타냅니다.

GetType()

DbContext에 대한 제네릭이 아닌 LINQ to Entities 쿼리를 나타냅니다.

Include(String)

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

ToString()

String 기본 쿼리의 표현을 반환합니다.

명시적 인터페이스 구현

IDbAsyncEnumerable.GetAsyncEnumerator()

IDbAsyncEnumerator 열거될 때 데이터베이스에 대해 쿼리를 실행하는 을 반환합니다.

IEnumerable.GetEnumerator()

IEnumerator 열거될 때 데이터베이스에 대해 쿼리를 실행하는 을 반환합니다.

IListSource.ContainsListCollection

false를 반환합니다.

IListSource.GetList()

저장소 쿼리에 대한 직접 바인딩이 지원되지 않음을 나타내는 예외를 throw합니다. 대신 Load 확장 메서드를 사용하여 DbSet을 데이터로 채웁니다. 그런 다음 로컬 데이터에 바인딩합니다. WPF의 경우 DbSet.Local에 바인딩합니다. Windows Forms의 경우 DbSet.Local.ToBindingList()에 바인딩합니다.

IQueryable.Expression

IQueryable LINQ 식입니다.

IQueryable.Provider

IQueryable 공급자입니다.

적용 대상