Class UpdateOutput<T>
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
public class UpdateOutput<T>
Type Parameters
T
- Inheritance
-
UpdateOutput<T>
- Extension Methods
Properties
Deleted
public T Deleted { get; set; }
Property Value
- T
Inserted
public T Inserted { get; set; }
Property Value
- T