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

Namespace: RMP.WCF.Model.QuarterlyEntry
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 select the records to be deleted

Return Value

Type: Boolean
True if no errors

Implements

IQuarterlyEntryEditorDelete(String)
Remarks
Not currently implemented
Examples
Delete("FirstName = \"Adam\"")
See Also