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



String to be parsed as SQL qualified name and added to the end of the list.
Parses the string as SQL qualified name and adds it to the end of the list.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal name As System.String _
) As System.Integer
'Usage
 
Dim instance As SQLQualifiedNameList
Dim name As System.String
Dim value As System.Integer
 
value = instance.Add(name)
public System.int Add( 
   System.string name
)
public: System.int Add( 
   System.string* name
) 

Parameters

name
String to be parsed as SQL qualified name and 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