dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDataTable Class / MySqlDataTable Constructor / MySqlDataTable Constructor(String)
Name of the table to work with.

In This Topic
MySqlDataTable Constructor(String)
In This Topic
Initializes a new instance of the MySqlDataTable class.
Syntax
'Declaration
 
Public Function New( _
   ByVal tableName As String _
)
 

Parameters

tableName
Name of the table to work with.
See Also