Overload List

  NameDescription
Public methodUpdate<(Of <<'(TData>)>>)(IEnumerable<(Of <<'(TData>)>>))
Updates the geven TData instances in the C1 storage. If any property values in any of the TData instances, these would be saved into the storage. This method triggers the events OnBeforeUpdate and OnAfterUpdate for each item in items
Public methodUpdate<(Of <<'(TData>)>>)(TData)
Updates the given TData instance in the C1 storage. If any property values has been changed, these would be saved into the storage. This method triggers the events OnBeforeUpdate and OnAfterUpdate for the item item

See Also