Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an EDM navigation property information.
Inheritance Hierarchy
System.Object
Microsoft.Data.Edm.Library.EdmNavigationPropertyInfo
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public NotInheritable Class EdmNavigationPropertyInfo
'Usage
Dim instance As EdmNavigationPropertyInfo
public sealed class EdmNavigationPropertyInfo
public ref class EdmNavigationPropertyInfo sealed
[<SealedAttribute>]
type EdmNavigationPropertyInfo = class end
public final class EdmNavigationPropertyInfo
The EdmNavigationPropertyInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
EdmNavigationPropertyInfo | Initializes a new instance of the EdmNavigationPropertyInfo class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
Target | Gets or sets the entity type that this navigation property belongs to. |
![]() |
TargetMultiplicity | Gets or sets the multiplicity of the navigation target. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Clones this object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.