-
-
Notifications
You must be signed in to change notification settings - Fork 18
countWhere
Jorge Reyes edited this page May 29, 2015
·
2 revisions
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 | --- |