Click or drag to resize
LookupDapperRepoUpdate Method
Updates an existing record based on the provided object

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 Record
)

Parameters

Record
Type: RMP.WCF.Model.LookupLookupRow
The record to update

Return Value

Type: LookupRow
The updated record

Implements

ILookupRepositoryTUpdate(T)
See Also