Click or drag to resize
IRepositoryTUpdate Method
Updates an Record that is already created in storage

Namespace: RMP.WCF.Model
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
T Update(
	T Record
)

Parameters

Record
Type: T
The record to update

Return Value

Type: T
The updated record
See Also