Click or drag to resize
AttachmentDapperRepoDelete Method (String)
Deletes records based on a where clause

Namespace: RMP.WCF.Model.Attachment
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Delete(
	string where_str
)

Parameters

where_str
Type: SystemString
The Where clause to use

Return Value

Type: Boolean
True if no errors

Implements

IRepositoryTDelete(String)
See Also