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



The SQL qualified name to be removed from the list.
Removes and disposes the SQL qualified name from the list.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal obj As SQLQualifiedName _
) As System.Integer
'Usage
 
Dim instance As SQLQualifiedNameList
Dim obj As SQLQualifiedName
Dim value As System.Integer
 
value = instance.Remove(obj)
public System.int Remove( 
   SQLQualifiedName obj
)
public: System.int Remove( 
   SQLQualifiedName* obj
) 

Parameters

obj
The SQL qualified name to be removed from the list.

Return Value

Returns the index of removed SQL qualified name; returns -1 in case the specified SQL qualified name is not found in the list.
See Also

Reference

SQLQualifiedNameList Class
SQLQualifiedNameList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback