countWhere

Returns the count by passing name value pairs as arguments to this function. One mandatory argument is to pass the 'entityName'. The rest of the arguments are used in the where class using AND notation and parameterized. Ex: countWhere(entityName="User",age="20");

Returns

  • This function returns numeric

Arguments

Key
Type
Required
Default

entityName

string

Yes

---

Examples

countWhere( entityName="User", age="20" );

Last updated

Was this helpful?