Click or drag to resize
LookupEditorReadSingle Method
Gets a single record based on the records Primary Key

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 ReadSingle(
	int LookupID
)

Parameters

LookupID
Type: SystemInt32

Return Value

Type: LookupRow
The selected record

Implements

IEditorTReadSingle(Int32)
See Also