EdmHelper.GetMultiplicityConfiguration Method (NavigationProperty, Boolean)
Gets the multiplicity model configuration to apply to the specified navigation property.
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
[SuppressMessageAttribute("Microsoft.Performance", "CA1822:MarkMembersAsStatic")] [SuppressMessageAttribute("Microsoft.Design", "CA1021:AvoidOutParameters", MessageId = "1#")] public IFluentConfiguration GetMultiplicityConfiguration( NavigationProperty navigationProperty, out bool isDefault )
Parameters
- navigationProperty
-
Type:
System.Data.Entity.Core.Metadata.Edm.NavigationProperty
The navigation property.
- isDefault
-
Type:
System.Boolean
A value indicating whether the configuration will be applied by default.
Return Value
Type: Microsoft.Data.Entity.Design.CodeGeneration.IFluentConfigurationThe configuration.