Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 551 Bytes

File metadata and controls

19 lines (12 loc) · 551 Bytes

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" );