Share via


PropertyConfiguration.Count Method

Definition

Overloads

Count()

Sets this property is countable.

Count(QueryOptionSetting)

Sets whether this property is countable.

Count()

Sets this property is countable.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Count ();
member this.Count : unit -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Count () As PropertyConfiguration

Returns

Applies to

Count(QueryOptionSetting)

Sets whether this property is countable.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Count (Microsoft.AspNet.OData.Query.QueryOptionSetting queryOptionSetting);
member this.Count : Microsoft.AspNet.OData.Query.QueryOptionSetting -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Count (queryOptionSetting As QueryOptionSetting) As PropertyConfiguration

Parameters

queryOptionSetting
QueryOptionSetting

Returns

Applies to