ODataRawQueryOptions.InlineCount Property
Gets the raw $inlineCount query value from the incoming request Uri if exists.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public string InlineCount {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
internal set;
}
public:
property String^ InlineCount {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
internal: void set(String^ value);
}
member InlineCount : string with get, internal set
Public Property InlineCount As String
Get
Friend Set
End Property
Property Value
Type: System.String
See Also
ODataRawQueryOptions Class
System.Web.Http.OData.Query Namespace
Return to top