AsyncEntitySetController<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
public ODataQueryOptions<TEntity> QueryOptions { get; }
public:
property ODataQueryOptions<TEntity>^ QueryOptions {
ODataQueryOptions<TEntity>^ get();
}
member QueryOptions : ODataQueryOptions<'TEntity> with get
Public ReadOnly Property QueryOptions As ODataQueryOptions(Of TEntity)
Property Value
Type: System.Web.Http.OData.Query.ODataQueryOptions<TEntity>
See Also
AsyncEntitySetController<TEntity, TKey> Class
System.Web.Http.OData Namespace
Return to top