Represents a conceptual model navigation property from one entity to another entity(set)

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public class NavigationProperty : EDMXMember, 
	IEDMXNamedMember, IEDMXRemovableMember, IEDMXMemberDocumentation
Visual Basic
Public Class NavigationProperty _
	Inherits EDMXMember _
	Implements IEDMXNamedMember, IEDMXRemovableMember, IEDMXMemberDocumentation
Visual C++
public ref class NavigationProperty : public EDMXMember, 
	IEDMXNamedMember, IEDMXRemovableMember, IEDMXMemberDocumentation

Inheritance Hierarchy

System..::..Object
  HuagatiEDMXTools..::..EDMXMember
    HuagatiEDMXTools..::..NavigationProperty

See Also