Return the enumerator of the collection.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IEnumerator<DbParameter> GetEnumerator()
Visual Basic
Function GetEnumerator As IEnumerator(Of DbParameter)
Visual C++
IEnumerator<DbParameter^>^ GetEnumerator()

Field Value

System.Collections.Generic.IEnumerator<System.Data.Common.DbParameter>

Return Value

The enumerator of the collection

See Also