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)

public enum class InlineCountValue

Member nameDescription
AllPages

Corresponds to the 'allpages' $inlinecount query option value.

None

Corresponds to the 'none' $inlinecount query option value.

Return to top
Show: