CountAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Attribute that can be placed on a class or property correlate to OData's $count query option settings.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)]
public sealed class CountAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)>]
type CountAttribute = class
inherit Attribute
Public NotInheritable Class CountAttribute
Inherits Attribute
- Inheritance
-
CountAttribute
- Attributes
Constructors
CountAttribute() |
Properties
Disabled |
Represents whether the $count can be applied on the property or the entityset. |