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

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

Return Value

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