Click or drag to resize
AgencyXServiceAreaDapperRepoDelete Method (Int32)
Deletes a a record by its PK

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

Parameters

RecordID
Type: SystemInt32
The PK of the record to delete

Return Value

Type: Boolean
True is no errors

Implements

IRepositoryTDelete(Int32)
See Also