EdmNavigationPropertyInfo Class

Definition

Represents an EDM navigation property info used during construction of navigation properties.

public sealed class EdmNavigationPropertyInfo
type EdmNavigationPropertyInfo = class
Public NotInheritable Class EdmNavigationPropertyInfo
Inheritance
EdmNavigationPropertyInfo

Constructors

EdmNavigationPropertyInfo()

Properties

ContainsTarget

Gets or sets a value indicating whether the navigation target is contained inside the navigation source.

DependentProperties

Gets or sets the dependent properties of the association this navigation property expresses.

Name

Gets or sets the name of this navigation property.

OnDelete

Gets or sets the action to take when an instance of the declaring type is deleted.

PrincipalProperties

Gets or sets the principal properties of the association this navigation property expresses.

Target

Gets or sets the entity type that this navigation property leads to.

TargetMultiplicity

Gets or sets multiplicity of the navigation target.

Methods

Clone()

Clones this object.

Applies to