Share via


ODataQueryOptions.InlineCount Property

 

Gets the InlineCountQueryOption.

Namespace:   System.Web.Http.OData.Query
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public InlineCountQueryOption InlineCount {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property InlineCountQueryOption^ InlineCount {
    [CompilerGeneratedAttribute]
    InlineCountQueryOption^ get();
    [CompilerGeneratedAttribute]
    private: void set(InlineCountQueryOption^ value);
}
member InlineCount : InlineCountQueryOption with get, private set
Public Property InlineCount As InlineCountQueryOption
    Get
    Private Set
End Property

Property Value

Type: System.Web.Http.OData.Query.InlineCountQueryOption

See Also

ODataQueryOptions Class
System.Web.Http.OData.Query Namespace

Return to top