IDataFactoryTUpdate Method
Updates an object with data from another of the same kind.
Namespace: Common.Core.InterfacesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
bool Update(
T obj,
T mod
)
- obj T
- Object containing the original values.
- mod T
- Object containing the modified values.
Boolean is returned if there were any failures during the update.