DbSet<TEntity>.IEnumerable<TEntity>.GetEnumerator 메서드

정의

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

System.Collections.Generic.IEnumerator<TEntity> IEnumerable<TEntity>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<TEntity>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Entity (requires 'Entity : null)>
override this.System.Collections.Generic.IEnumerable<TEntity>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Entity (requires 'Entity : null)>
Function GetEnumerator () As IEnumerator(Of TEntity) Implements IEnumerable(Of TEntity).GetEnumerator

반환

IEnumerator<TEntity>

쿼리 결과입니다.

구현

설명

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

적용 대상