Class UpdateAndGet<T>
Update and retrieve the first document that was updated.
TIP: Specify a filter first with the .Match(). Then set property values with .Modify() and finally call .Execute() to run the command.
public class UpdateAndGet<T> : UpdateAndGet<T, T> where T : IEntity
Type Parameters
TAny class that implements IEntity
- Inheritance
-
UpdateBase<T>UpdateAndGet<T, T>UpdateAndGet<T>
- Inherited Members