ExtensionMethods.TargetMultiplicity(IEdmNavigationProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the multiplicity of the target of this navigation.
public static Microsoft.OData.Edm.EdmMultiplicity TargetMultiplicity (this Microsoft.OData.Edm.IEdmNavigationProperty property);
static member TargetMultiplicity : Microsoft.OData.Edm.IEdmNavigationProperty -> Microsoft.OData.Edm.EdmMultiplicity
<Extension()>
Public Function TargetMultiplicity (property As IEdmNavigationProperty) As EdmMultiplicity
Parameters
- property
- IEdmNavigationProperty
Reference to the calling object.
Returns
The multiplicity of the target end of the relationship.