SelectTable Constructor(String,String,String)
Creates and initializes new instance of
SelectTable with the specified schema, table name (subquery text) and alias.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As String, _
ByVal As String _
)
Parameters
- schema
- The name of the table schema.
- name
- The name of the table or subquery text.
- alias
- The alias for the table or expression.