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



Removes the item with the specified SQL Expression from the list and disposes it.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal expression As System.String _
) As System.Integer
'Usage
 
Dim instance As SortedColumnList
Dim expression As System.String
Dim value As System.Integer
 
value = instance.Remove(expression)
public System.int Remove( 
   System.string expression
)
public: System.int Remove( 
   System.string* expression
) 

Parameters

expression

Return Value

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

Reference

SortedColumnList Class
SortedColumnList Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback