Share via


StructuralTypeConfiguration<TStructuralType>.Count Method

Definition

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

Returns

Applies to