| IncidentLogDapperRepoDelete Method (String) | 
 Deletes records based on a where clause
 
 
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(
	string where_str
)
Public Function Delete ( 
	where_str As String
) As Boolean
public:
virtual bool Delete(
	String^ where_str
) sealed
abstract Delete : 
        where_str : string -> bool 
override Delete : 
        where_str : string -> bool Parameters
- where_str
- Type: SystemString
 The Where clause to use
Return Value
Type: 
BooleanTrue if no errors
Implements
IRepositoryTDelete(String) See Also
See Also