dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDataSet Class / CreateDataTable Method

In This Topic
CreateDataTable Method (SQLiteDataSet)
In This Topic
Creates and returns new SQLiteDataTable object.
Syntax
'Declaration
 
Public Overrides Function CreateDataTable() As DbDataTable
 

Return Value

The new SQLiteDataTable object.
See Also