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 As String _
)
public SelectTable(
string
)
Parameters
- name
- The name of the table or subquery text.
See Also