Active Query Builder 2 .NET Edition reference
Add(SQLQualifiedName) Method



SQL qualified name to be added to the end of the list.
Adds SQL qualified name to the end of the list.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal obj As SQLQualifiedName _
) As System.Integer
'Usage
 
Dim instance As SQLQualifiedNameList
Dim obj As SQLQualifiedName
Dim value As System.Integer
 
value = instance.Add(obj)
public System.int Add( 
   SQLQualifiedName obj
)
public: System.int Add( 
   SQLQualifiedName* obj
) 

Parameters

obj
SQL qualified name to be added to the end of the list.

Return Value

Returns index of the newly added SQL qualified name in the list.
See Also

Reference

SQLQualifiedNameList Class
SQLQualifiedNameList Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback