ApplyQueryOption Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This defines a $apply OData query option for querying.
public class ApplyQueryOption
type ApplyQueryOption = class
Public Class ApplyQueryOption
- Inheritance
-
ApplyQueryOption
Constructors
ApplyQueryOption(String, ODataQueryContext, ODataQueryOptionParser) |
Initialize a new instance of ApplyQueryOption based on the raw $apply value and an EdmModel from ODataQueryContext. |
Properties
ApplyClause |
Gets the parsed ApplyClause for this query option. |
Context |
Gets the given ODataQueryContext. |
RawValue |
Gets the raw $apply value. |
ResultClrType |
ClrType for result of transformations |
Methods
ApplyTo(IQueryable, ODataQuerySettings) |
Apply the apply query to the given IQueryable. |