Check Exist
Syntax
Exists(filter);Arguments
Description
Example
Example 1: Counting records by only one criterion
var isExist = repo.Exists(x => x.ProductID == "ADAM-800-BTO");Example 2: Filtering records by multiple criteria
Last updated