dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDump Class / Tables Property

In This Topic
Tables Property (SQLiteDump)
In This Topic
Gets or sets a list of the tables which will be used in the script. Table names are separated by semicolon.
Syntax
'Declaration
 
Public Overrides Property Tables As String
 

Property Value

System.String containing a list of the tables separated by semicolon.
Remarks
If an empty value, all the tables present in the database will be processed.
See Also