SelectAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Představuje objekt Attribute , který lze umístit do vlastnosti nebo třídy korelace s nastavením možnosti dotazu $select OData.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=true)]
public sealed class SelectAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=true)>]
type SelectAttribute = class
inherit Attribute
Public NotInheritable Class SelectAttribute
Inherits Attribute
- Dědičnost
-
SelectAttribute
- Atributy
Konstruktory
SelectAttribute() |
Inicializuje novou instanci SelectAttribute třídy. |
SelectAttribute(String[]) |
Inicializuje novou instanci SelectAttribute třídy s názvem povolených vlastností select. |
Vlastnosti
SelectConfigurations |
Získá nebo nastaví SelectExpandType vlastnosti. |
SelectType |
Získá nebo nastaví SelectExpandType vlastnosti. |