CopyTo Method (NativeOracleArray)
Copies the entire
NativeOracleArray 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 NativeOracleArray.
- index
- The zero-based starting index.