Click or drag to resize
IQuarterlyEntryEditorDelete Method (Int32)
Deletes a single record based on its Primary Key

Namespace: RMP.WCF.Model
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool Delete(
	int RecordID
)

Parameters

RecordID
Type: SystemInt32
The Primary Key of the record

Return Value

Type: Boolean
True if no errors
See Also