Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the raw string of all the OData query options
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ODataRawQueryOptions RawValues {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property ODataRawQueryOptions^ RawValues {
[CompilerGeneratedAttribute]
ODataRawQueryOptions^ get();
[CompilerGeneratedAttribute]
private: void set(ODataRawQueryOptions^ value);
}
member RawValues : ODataRawQueryOptions with get, private set
Public Property RawValues As ODataRawQueryOptions
Get
Private Set
End Property
Property Value
Type: System.Web.Http.OData.Query.ODataRawQueryOptions
See Also
ODataQueryOptions Class
System.Web.Http.OData.Query Namespace
Return to top