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)
Syntaxpublic int Delete<T>(
Object primaryKey
)
Public Function Delete(Of T) (
primaryKey As Object
) As Integer
public:
generic<typename T>
int Delete(
Object^ primaryKey
)
member Delete :
primaryKey : Object -> int
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