Overload List

  NameDescription
Public methodDelete<(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
Public methodDelete<(Of <<'(TData>)>>)(TData)
Deletes the given TData instance permently from the C1 storage. This method triggers the event OnDeleted for the item item

See Also