Udostępnij za pośrednictwem


SqlBatchCommandCollection.GetEnumerator Metoda

Definicja

SqlBatchCommand Zwraca obiekt w określonym indeksie w kolekcji.

public:
 override System::Collections::Generic::IEnumerator<System::Data::Common::DbBatchCommand ^> ^ GetEnumerator();
public override System.Collections.Generic.IEnumerator<System.Data.Common.DbBatchCommand> GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Data.Common.DbBatchCommand>
Public Overrides Function GetEnumerator () As IEnumerator(Of DbBatchCommand)

Zwraca

DbBatchCommand Obiekt w określonym indeksie w kolekcji.

Dotyczy