Поделиться через


DbSqlQuery<TEntity>.GetEnumerator Метод

Определение

Выполняет запрос и возвращает перечислитель для элементов.

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

Возвращаемое значение

IEnumerator<TEntity>

Реализации

Применяется к