See Also

OracleArray Class  | OracleArray Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

GetEnumerator Method

Devart.Data.Oracle Namespace > OracleArray Class : GetEnumerator Method (OracleArray)

Returns an enumerator for the OracleArray.

[Visual Basic]
Public Function GetEnumerator() As IEnumerator
[C#]
public IEnumerator GetEnumerator();

Return Type

An enumerator for the OracleArray.

Remarks

Enumerators allow only reading the data in the collection and cannot be used to modify it.

See Also

OracleArray Class  | OracleArray Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.