'Declaration Public Overloads Function Add( _ ByVal name As String, _ ByVal quoted As Boolean _ ) As SelectTable
public SelectTable Add( string name, bool quoted )
Parameters
- name
 - The name of the table that the SelectTable object should represent.
 - quoted
 - Specifies whether the table name should be quoted.
 
Return Value
The SelectTable object created.