PropertyConfiguration.Count Method
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.
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