dotConnect for SQLite Documentation
Devart.Common Namespace / SelectTableCollection Class / Add Method / Add(SelectTable) Method
The SelectTable to add to the collection.

In This Topic
Add(SelectTable) Method
In This Topic
Adds the specified SelectTable to the SelectTableCollection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal value As SelectTable _
) As Integer
 

Parameters

value
The SelectTable to add to the collection.

Return Value

Index of the new SelectTable object.
See Also