EdmNavigationPropertyInfo Class

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
Public method EdmNavigationPropertyInfo Initializes a new instance of the EdmNavigationPropertyInfo class.

Top

Properties

  Name Description
Public property ContainsTarget Gets or sets a value indicating whether the navigation target is contained inside the navigation source.
Public property DependentProperties Gets or sets the dependent properties of the association this navigation property expresses.
Public property Name Gets or sets the name of this navigation property.
Public property OnDelete Gets or sets the action to take when an instance of the declaring type is deleted.
Public property Target Gets or sets the entity type that this navigation property belongs to.
Public property TargetMultiplicity Gets or sets the multiplicity of the navigation target.

Top

Methods

  Name Description
Public method Clone Clones this object.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.Edm.Library Namespace