SelectExpandQueryOption Class

 

Represents the OData $select and $expand query options.

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

System::Object
  System.Web.Http.OData.Query::SelectExpandQueryOption

public ref class SelectExpandQueryOption 

NameDescription
System_CAPS_pubmethodSelectExpandQueryOption(String^, String^, ODataQueryContext^)

Initializes a new instance of the SelectExpandQueryOption class.

NameDescription
System_CAPS_pubpropertyContext

Gets the given ODataQueryContext.

System_CAPS_pubpropertyRawExpand

Gets the raw $expand value.

System_CAPS_pubpropertyRawSelect

Gets the raw $select value.

System_CAPS_pubpropertySelectExpandClause

Gets the parsed SelectExpandClause for this query option.

System_CAPS_pubpropertyValidator

Gets or sets the $select and $expand query validator.

NameDescription
System_CAPS_pubmethodApplyTo(IQueryable^, ODataQuerySettings^)

Applies the $select and $expand query options to the given IQueryable using the given ODataQuerySettings.

System_CAPS_pubmethodApplyTo(Object^, ODataQuerySettings^)

Applies the $select and $expand query options to the given entity using the given ODataQuerySettings.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate(ODataValidationSettings^)

Validate the $select and $expand query based on the given validationSettings. It throws an ODataException if validation failed.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: