Click or drag to resize
LookupEditorUpdate Method
Updates an existing record

Namespace: RMP.WCF.Model.Lookup
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LookupRow Update(
	LookupRow Lookup
)

Parameters

Lookup
Type: RMP.WCF.Model.LookupLookupRow
The record to be updated

Return Value

Type: LookupRow
The updated record

Implements

IEditorTUpdate(T)
See Also