Click or drag to resize

SQLiteConnectionDeleteT Method (Object)

Deletes the object with the specified primary key.

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 Delete<T>(
	Object primaryKey
)

Parameters

primaryKey
Type: SystemObject
The primary key of the object to delete.

Type Parameters

T
The type of object.

Return Value

Type: Int32
The number of objects deleted.
See Also