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)
Syntaxpublic int DropTable<T>()
Public Function DropTable(Of T) As Integer
public:
generic<typename T>
int DropTable()
member DropTable : unit -> int
Type Parameters
- T
Return Value
Type:
Int32
See Also