dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleArray Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (NativeOracleArray)
    In This Topic
    Returns an enumerator for the NativeOracleArray.
    Syntax
    'Declaration
     
    Public Function GetEnumerator() As IEnumerator
    public IEnumerator GetEnumerator()

    Return Value

    An enumerator for the NativeOracleArray.
    Remarks
    Enumerators allow only reading the data in the collection and cannot be used to modify it.
    See Also