AutoExpandAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Attribute that can be placed on a navigation property to specify it is auto expanded, or placed on a class to specify all navigation properties are auto expanded.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)]
public sealed class AutoExpandAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)>]
type AutoExpandAttribute = class
inherit Attribute
Public NotInheritable Class AutoExpandAttribute
Inherits Attribute
- Inheritance
-
AutoExpandAttribute
- Attributes
Constructors
AutoExpandAttribute() |
Properties
DisableWhenSelectPresent |
Gets or sets whether the automatic expand will be disabled if there is a $select specify by client. |