EdmEntityType.AddUnidirectionalNavigation Method
Include Protected Members
Include Inherited Members
Creates and adds a unidirectional navigation property.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddUnidirectionalNavigation(EdmNavigationPropertyInfo) | Creates and adds a unidirectional navigation property to this type. Default partner property is created, but not added to the navigation target type. | |
AddUnidirectionalNavigation(EdmNavigationPropertyInfo, EdmNavigationPropertyInfo) | Creates and adds a unidirectional navigation property to this type. Navigation property partner is created, but not added to the navigation target type. |
Top