Click or drag to resize
AttachmentEditorDelete Method (String)
Deletes multiple records based on the where clause provided

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

IEditorTDelete(String)
Examples
Delete("FirstName = \"Adam\"")
See Also