dotConnect for Oracle Documentation
Devart.Common Namespace / SqlStatementCollection Class / CopyTo Method
The array into which to copy the SqlStatement objects.
The zero-based index of the object to copy.

In This Topic
CopyTo Method (SqlStatementCollection)
In This Topic
Copies SqlStatement objects from the SqlStatementCollection to the specified array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As SqlStatement, _
   ByVal index As Integer _
) 
 

Parameters

array
The array into which to copy the SqlStatement objects.
index
The zero-based index of the object to copy.
See Also