VistaDB 6
VistaDB.Provider Namespace / VistaDBParameterCollection Class / GetEnumerator Method


In This Topic
    GetEnumerator Method (VistaDBParameterCollection)
    In This Topic
    Exposes the System.Collections.IEnumerable.GetEnumerator method, which supports a simple iteration over a collection by a .NET Framework data provider. Exposes the GetEnumerator method, which supports a simple iteration over a collection by a .NET Framework data provider.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Never)>
    Public Overrides NotOverridable Function GetEnumerator() As System.Collections.IEnumerator
    'Usage
     
    
    Dim instance As VistaDBParameterCollection
    Dim value As System.Collections.IEnumerator
     
    value = instance.GetEnumerator()
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Never)]
    public override System.Collections.IEnumerator GetEnumerator()

    Return Value

    An System.Collections.IEnumerator that can be used to iterate through the collection.An IEnumerator that can be used to iterate through the collection.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also