DbQuery<TQuery>.IEnumerable<TQuery>.GetEnumerator 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 , IEnumerator<T> 當列舉會針對資料庫執行查詢以從資料庫載入所有檢視時。
System.Collections.Generic.IEnumerator<TQuery> IEnumerable<TQuery>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<TQuery>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Query (requires 'Query : null)>
override this.System.Collections.Generic.IEnumerable<TQuery>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Query (requires 'Query : null)>
Function GetEnumerator () As IEnumerator(Of TQuery) Implements IEnumerable(Of TQuery).GetEnumerator
傳回
IEnumerator<TQuery>
查詢結果。