InlineCountQueryOption Class

 

Represents the value of the $inlinecount query option and exposes a way to retrieve the number of entities that satisfy a query.

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

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

public ref class InlineCountQueryOption 

NameDescription
System_CAPS_pubmethodInlineCountQueryOption(String^, ODataQueryContext^)

Initializes a new instance of the InlineCountQueryOption class.

NameDescription
System_CAPS_pubpropertyContext

Gets the given ODataQueryContext.

System_CAPS_pubpropertyRawValue

Gets the raw $inlinecount value.

System_CAPS_pubpropertyValue

Gets the value of the $inlinecount in a parsed form.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEntityCount(IQueryable^)

Gets the number of entities that satify the given query if the response should include an inline count, or null otherwise.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: