InlineCountQueryOption Constructor (String, ODataQueryContext)
Initializes a new instance of the InlineCountQueryOption class.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public InlineCountQueryOption(
string rawValue,
ODataQueryContext context
)
public:
InlineCountQueryOption(
String^ rawValue,
ODataQueryContext^ context
)
new :
rawValue:string *
context:ODataQueryContext -> InlineCountQueryOption
Public Sub New (
rawValue As String,
context As ODataQueryContext
)
Parameters
rawValue
Type: System.StringThe raw value for the $inlinecount query option.
context
Type: System.Web.Http.OData.ODataQueryContextThe ODataQueryContext which contains the IEdmModel and some type information
See Also
InlineCountQueryOption Class
System.Web.Http.OData.Query Namespace
Return to top