Click or drag to resize

SQLiteConnectionCreateTable Method

Overload List
  NameDescription
Public methodCreateTableT(CreateFlags)
Executes a "create table if not exists" on the database. It also creates any specified indexes on the columns of the table. It uses a schema automatically generated from the specified type. You can later access this schema by calling GetMapping.
Public methodCreateTable(Type, CreateFlags)
Executes a "create table if not exists" on the database. It also creates any specified indexes on the columns of the table. It uses a schema automatically generated from the specified type. You can later access this schema by calling GetMapping.
Top
See Also