Delete by Criteria
Syntax
DeleteAll(filter);Arguments
Description
Example
Example 1: Filtering records by only one criterion
repo.DeleteAll(x => x.ProductID == "ADAM-890-BTO");Example 2: Filtering records by multiple criteria:
Last updated