Click or drag to resize

SQLiteConnectionDropTableT Method

Executes a "drop table" on the database. This is non-recoverable.

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int DropTable<T>()

Type Parameters

T

Return Value

Type: Int32
See Also