dotConnect for SQLite Documentation
Devart.Common Namespace / SelectTable Class / SelectTable Constructor / SelectTable Constructor(String)
The name of the table or subquery text.

In This Topic
SelectTable Constructor(String)
In This Topic
Creates and initializes new instance of SelectTable with the specified table name (subquery text).
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String _
)
 

Parameters

name
The name of the table or subquery text.
See Also