InlineCountValue Enumeration
Defines an enumeration for $inlinecount query option values.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public enum InlineCountValue
public enum class InlineCountValue
type InlineCountValue
Public Enumeration InlineCountValue
Members
Member name | Description | |
---|---|---|
AllPages | Corresponds to the 'allpages' $inlinecount query option value. |
|
None | Corresponds to the 'none' $inlinecount query option value. |
See Also
System.Web.Http.OData.Query Namespace
Return to top