Click or drag to resize
LookupEditorDelete Method (Int32)
Deletes a single record based on the Integer provided

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

Parameters

LookupID
Type: SystemInt32
The PK of the record to be deleted

Return Value

Type: Boolean
True if no errors

Implements

IEditorTDelete(Int32)
See Also