Represents a conceptual model navigation property from one entity to another entity(set)
Namespace: HuagatiEDMXToolsAssembly: 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
See Also