Click or drag to resize
IEditorTUpdate Method
Updates an existing record

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 be updated

Return Value

Type: T
The updated record
See Also