Sdílet prostřednictvím


CountAttribute Třída

Definice

Attribute Představuje objekt, který lze umístit na třídu nebo vlastnost korelující s nastavením možnosti dotazu $count OData.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)]
public sealed class CountAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)>]
type CountAttribute = class
    inherit Attribute
Public NotInheritable Class CountAttribute
Inherits Attribute
Dědičnost
CountAttribute
Atributy

Konstruktory

CountAttribute()

Attribute Představuje objekt, který lze umístit na třídu nebo vlastnost korelující s nastavením možnosti dotazu $count OData.

Vlastnosti

Disabled

Představuje, zda $count lze použít na vlastnost nebo entityset.

Platí pro