dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2DataSet Class / CreateDataTable Method

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

    Return Value

    The new DB2DataTable object.
    See Also