IModel.Count method
Namespace: NextDesign.Core
Description
Gets the value count for the specified field.
This method does not evaluate IContextOption.PlModelAccessMode.
argument
| Name | Type | Description |
|---|---|---|
| fieldName | string | Field name You cannot specify null or an empty string. |
Return value
- int
Exceptions
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | If null or an empty string is specified for fieldName |
| Field not found | ExtensionFieldNotFoundException | If the specified field is not found in this instance's metaclass |