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



Identifier string to be added as a single SQL qualified name to the list.
Creates single SQL qualified name from identifier string and adds it to the end of the list.
Syntax
'Declaration
 
Public Overloads Function AddIdentifier( _
   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.AddIdentifier(name)
public System.int AddIdentifier( 
   System.string name
)
public: System.int AddIdentifier( 
   System.string* name
) 

Parameters

name
Identifier string to be added as a single SQL qualified name to 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