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