Active Query Builder 2 .NET Edition reference
CopyTo Method



Copies the elements of the list to an array, starting at a particular array index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As SQLQualifiedName, _
   ByVal arrayIndex As System.Integer _
) 
'Usage
 
Dim instance As SQLQualifiedNameList
Dim array() As SQLQualifiedName
Dim arrayIndex As System.Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   SQLQualifiedName[] array,
   System.int arrayIndex
)
public: void CopyTo( 
   SQLQualifiedName*[]* array,
   System.int arrayIndex
) 

Parameters

array
arrayIndex
See Also

Reference

SQLQualifiedNameList Class
SQLQualifiedNameList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback