Active Query Builder 2 .NET Edition reference
Move Method



The zero-based index specifying the location of the SQL qualified name to be moved.
The zero-based index specifying the new location of the SQL qualified name.
Moves the SQL qualified name at the specified index to a new location in the list.
Syntax
'Declaration
 
Public Sub Move( _
   ByVal oldIndex As System.Integer, _
   ByVal newIndex As System.Integer _
) 
'Usage
 
Dim instance As SQLQualifiedNameList
Dim oldIndex As System.Integer
Dim newIndex As System.Integer
 
instance.Move(oldIndex, newIndex)
public void Move( 
   System.int oldIndex,
   System.int newIndex
)
public: void Move( 
   System.int oldIndex,
   System.int newIndex
) 

Parameters

oldIndex
The zero-based index specifying the location of the SQL qualified name to be moved.
newIndex
The zero-based index specifying the new location of the SQL qualified name.
See Also

Reference

SQLQualifiedNameList Class
SQLQualifiedNameList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback