EnumerableRowCollection<TRow>.GetEnumerator 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回所包含之資料列物件集合的列舉值。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
virtual System::Collections::Generic::IEnumerator<TRow> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<TRow> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Row>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'Row>
Public Function GetEnumerator () As IEnumerator(Of TRow)
傳回
IEnumerator<TRow>
強型別的 IEnumerator<T>,可用來周遊 TRow
物件的集合。
實作
備註
搭配 LINQ to DataSet 查詢使用時,Trow
類型為 DataRow。
無法覆寫這個方法。