Active Query Builder 2 .NET Edition reference
Remove(OutputColumn) Method



Removes the first found item based on the specified Output Column from the list and disposes it.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal column As OutputColumn _
) As System.Integer
'Usage
 
Dim instance As SelectedColumnList
Dim column As OutputColumn
Dim value As System.Integer
 
value = instance.Remove(column)
public System.int Remove( 
   OutputColumn column
)
public: System.int Remove( 
   OutputColumn* column
) 

Parameters

column

Return Value

Returns the index of removed item; returns -1 if item is not found.
See Also

Reference

SelectedColumnList Class
SelectedColumnList Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback