DbSet<TEntity>.IEnumerable.GetEnumerator 메서드

정의

IEnumerator 열거되면 데이터베이스에 대해 쿼리를 실행하여 데이터베이스의 모든 엔터티를 로드하는 를 반환합니다.

System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

반환

쿼리 결과입니다.

구현

설명

자세한 내용과 예제 는 EF Core를 사용하여 데이터 쿼리 를 참조하세요.

적용 대상