Share via


ODataQueryOptions.RawValues Property

 

Gets the raw string of all the OData query options

Namespace:   System.Web.OData.Query
Assembly:  System.Web.OData (in System.Web.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.OData.Query.ODataRawQueryOptions

See Also

ODataQueryOptions Class
System.Web.OData.Query Namespace

Return to top