| IncidentLogDapperRepoDelete Method (Int32) | 
 Deletes an record by its PK
 
 
Namespace: RMP.WCF.Model.IncidentLogAssembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic bool Delete(
	int RecordID
)
Public Function Delete ( 
	RecordID As Integer
) As Boolean
public:
virtual bool Delete(
	int RecordID
) sealed
abstract Delete : 
        RecordID : int -> bool 
override Delete : 
        RecordID : int -> bool Parameters
- RecordID
- Type: SystemInt32
 The PK of the record
Return Value
Type: 
BooleanTrue if no errors
Implements
IRepositoryTDelete(Int32) See Also
See Also