Share via


EntitySetController<TEntity, TKey>.QueryOptions Property

Gets the OData query options of the current request.

Namespace:  System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public ReadOnly Property QueryOptions As ODataQueryOptions(Of TEntity)
    Get
'Usage
Dim instance As EntitySetController 
Dim value As ODataQueryOptions(Of TEntity)

value = instance.QueryOptions
public ODataQueryOptions<TEntity> QueryOptions { get; }
public:
property ODataQueryOptions<TEntity>^ QueryOptions {
    ODataQueryOptions<TEntity>^ get ();
}
member QueryOptions : ODataQueryOptions<'TEntity>
function get QueryOptions () : ODataQueryOptions<TEntity>

Property Value

Type: System.Web.Http.OData.Query.ODataQueryOptions<TEntity>
Returns ODataQueryOptions<TEntity>.

See Also

Reference

EntitySetController<TEntity, TKey> Class

System.Web.Http.OData Namespace