NotSortableAttribute 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í.
Attribute Představuje, že lze umístit na vlastnost určit, že vlastnost nelze použít v $orderby OData možnost dotazu.
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class NotSortableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type NotSortableAttribute = class
inherit Attribute
Public NotInheritable Class NotSortableAttribute
Inherits Attribute
- Dědičnost
-
NotSortableAttribute
- Atributy
Konstruktory
NotSortableAttribute() |
Attribute Představuje, že lze umístit na vlastnost určit, že vlastnost nelze použít v $orderby OData možnost dotazu. |