Partager via


StructuralTypeConfiguration<TStructuralType>.Count Méthode

Définition

Surcharges

Count()

Définit cette propriété est comptabilisée de ce type de structure.

Count(QueryOptionSetting)

Définit si cette propriété peut être comptabilisée de ce type structurel.

Count()

Définit cette propriété est comptabilisée de ce type de structure.

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)

Retours

S’applique à

Count(QueryOptionSetting)

Définit si cette propriété peut être comptabilisée de ce type structurel.

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)

Paramètres

Retours

S’applique à