Click or drag to resize
LookupDapperRepoCreate Method
Creates a new 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 Create(
	LookupRow Record
)

Parameters

Record
Type: RMP.WCF.Model.LookupLookupRow
The record to be created

Return Value

Type: LookupRow
The created record

Implements

ILookupRepositoryTCreate(T)
See Also