Overload List
Name | Description | |
---|---|---|
![]() | Delete<(Of <<'(TData>)>>)(IEnumerable<(Of <<'(TData>)>>)) |
Deletes the given TData instances permently from the C1 storage.
This method triggers the event OnDeleted for each item in items |
![]() | Delete<(Of <<'(TData>)>>)(TData) |
Deletes the given TData instance permently from the C1 storage.
This method triggers the event OnDeleted for the item item |