dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDataSet Class / CreateDataTable Method

In This Topic
    CreateDataTable Method (MySqlDataSet)
    In This Topic
    Creates and returns new MySqlDataTable object.
    Syntax
    'Declaration
     
    Public Overrides Function CreateDataTable() As DbDataTable
    public override DbDataTable CreateDataTable()

    Return Value

    The new MySqlDataTable object.
    See Also