CopyTo Method (OracleArray)
Copies the entire
OracleArray to a compatible
System.Array starting at the specified index.
'Declaration
Public Sub CopyTo( _
ByVal As Array, _
ByVal As Integer _
)
Parameters
- array
- The System.Array where to copy elements from OracleArray.
- index
- The zero-based starting index.