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