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