Adds a navigation property to the entity type.
            
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
 Syntax
Syntax
| C# | 
|---|
| public NavigationProperty AddNavigationMember( string navigationPropertyName, ModelAssociationSet modelAssociationSet ) | 
| Visual Basic | 
|---|
| Public Function AddNavigationMember ( _ navigationPropertyName As String, _ modelAssociationSet As ModelAssociationSet _ ) As NavigationProperty | 
| Visual C++ | 
|---|
| public: NavigationProperty^ AddNavigationMember( String^ navigationPropertyName, ModelAssociationSet^ modelAssociationSet ) | 
Parameters
- navigationPropertyName
- Type: System..::..String
 Name of the navigation property.
- modelAssociationSet
- Type: HuagatiEDMXTools..::..ModelAssociationSet
 Association set that this navigation property is based on.





