SQLiteConnectionCreateIndex Method |
Name | Description | |
---|---|---|
CreateIndexT(ExpressionFuncT, Object, Boolean) | ||
CreateIndex(String, String, Boolean) |
Creates an index for the specified table and column.
| |
CreateIndex(String, String, Boolean) |
Creates an index for the specified table and columns.
| |
CreateIndex(String, String, String, Boolean) |
Creates an index for the specified table and column.
| |
CreateIndex(String, String, String, Boolean) |
Creates an index for the specified table and columns.
|