Active Query Builder 2 .NET Edition reference
RemoveAt Method



Index of item to remove and dispose.
Removes and disposes the SQL qualified name from the list at specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
'Usage
 
Dim instance As SQLQualifiedNameList
Dim index As System.Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   System.int index
)
public: void RemoveAt( 
   System.int index
) 

Parameters

index
Index of item to remove and dispose.
See Also

Reference

SQLQualifiedNameList Class
SQLQualifiedNameList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback