StructuralTypeConfiguration<TStructuralType>.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 of this structural type. |
Count(QueryOptionSetting) |
Sets whether this property is countable of this structural type. |
Count()
Sets this property is countable of this structural type.
public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Count ();
member this.Count : unit -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Count () As StructuralTypeConfiguration(Of TStructuralType)
Returns
Applies to
Count(QueryOptionSetting)
Sets whether this property is countable of this structural type.
public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Count (Microsoft.AspNet.OData.Query.QueryOptionSetting setting);
member this.Count : Microsoft.AspNet.OData.Query.QueryOptionSetting -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Count (setting As QueryOptionSetting) As StructuralTypeConfiguration(Of TStructuralType)
Parameters
- setting
- QueryOptionSetting