dotConnect for SQLite Documentation
Devart.Common Namespace / SelectTableCollection Class / Add Method / Add(String) Method
The name of the table that the SelectTable object should represent.

In This Topic
Add(String) Method
In This Topic
Creates a new SelectTable object with the name specified and adds it to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal name As String _
) As SelectTable
 

Parameters

name
The name of the table that the SelectTable object should represent.

Return Value

The SelectTable object created.
See Also