Click or drag to resize
QuarterlyEntryEditorReadSingle Method
Gets a single existing record by its Primary Key

Namespace: RMP.WCF.Model.QuarterlyEntry
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public QuarterlyEntry ReadSingle(
	int RecordID
)

Parameters

RecordID
Type: SystemInt32
The Primary Key of the record

Return Value

Type: QuarterlyEntry
The selected record

Implements

IQuarterlyEntryEditorReadSingle(Int32)
See Also