DbBatchCommandCollection.GetEnumerator Methode

Definitie

Retourneert het DbBatchCommand object op de opgegeven index in de verzameling.

public:
 abstract System::Collections::Generic::IEnumerator<System::Data::Common::DbBatchCommand ^> ^ GetEnumerator();
public abstract System.Collections.Generic.IEnumerator<System.Data.Common.DbBatchCommand> GetEnumerator();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Data.Common.DbBatchCommand>
Public MustOverride Function GetEnumerator () As IEnumerator(Of DbBatchCommand)

Retouren

Het DbBatchCommand object op de opgegeven index in de verzameling.

Implementeringen

Van toepassing op