Click or drag to resize

SQLiteConnectionDeleteT Method (Object)

Deletes the object with the specified primary key.

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
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