EdmNavigationProperty.CreateNavigationPropertyWithPartner Method
Include Protected Members
Include Inherited Members
Creates two navigation properties representing an association between two entity types.
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 | |
---|---|---|
CreateNavigationPropertyWithPartner(EdmNavigationPropertyInfo, EdmNavigationPropertyInfo) | Creates two navigation properties representing an association between two entity types. | |
CreateNavigationPropertyWithPartner(String, IEdmTypeReference, IEnumerable<IEdmStructuralProperty>, Boolean, EdmOnDeleteAction, String, IEdmTypeReference, IEnumerable<IEdmStructuralProperty>, Boolean, EdmOnDeleteAction) | Creates two navigation properties representing an association between two entity types. |
Top