Mimer SQL Data Provider
GetEnumerator Method (MimerBatchCommandCollection)




Mimer.Data.Client Namespace > MimerBatchCommandCollection Class : GetEnumerator Method
Returns an enumerator that iterates through the collection
Syntax
'Declaration
 
Public Overrides NotOverridable Function GetEnumerator() As IEnumerator(Of DbBatchCommand)
public override IEnumerator<DbBatchCommand> GetEnumerator()
public function GetEnumerator(): IEnumerator; override; 
public override function GetEnumerator() : IEnumerator;
public: IEnumerator<DbBatchCommand*>* GetEnumerator(); override 

Return Value

An enumerator that can be used to iterate through the collection
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommandCollection Class
MimerBatchCommandCollection Members