Compartir a través de


StructuralTypeConfiguration<TStructuralType>.Count Método

Definición

Sobrecargas

Count()

Establece esta propiedad es countable de este tipo estructural.

Count(QueryOptionSetting)

Establece si esta propiedad es countable de este tipo estructural.

Count()

Establece esta propiedad es countable de este tipo estructural.

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)

Devoluciones

Se aplica a

Count(QueryOptionSetting)

Establece si esta propiedad es countable de este tipo estructural.

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)

Parámetros

Devoluciones

Se aplica a