ODataQueryOptions.Count Property
Gets the CountQueryOption.
Namespace: System.Web.OData.Query
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public CountQueryOption Count {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property CountQueryOption^ Count {
[CompilerGeneratedAttribute]
CountQueryOption^ get();
[CompilerGeneratedAttribute]
private: void set(CountQueryOption^ value);
}
member Count : CountQueryOption with get, private set
Public Property Count As CountQueryOption
Get
Private Set
End Property
Property Value
Type: System.Web.OData.Query.CountQueryOption
See Also
ODataQueryOptions Class
System.Web.OData.Query Namespace
Return to top