ValidationRules.NavigationPropertyDependentEndMultiplicity Field
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.
Validates that if the dependent properties are equivalent to the key of the dependent entity, the multiplicity of the dependent entity cannot be 1 Validates multiplicity of the dependent entity according to the following rules: 0..1, 1 - if dependent properties represent the dependent entity key. * - if dependent properties don't represent the dependent entity key.
public static readonly Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmNavigationProperty> NavigationPropertyDependentEndMultiplicity;
staticval mutable NavigationPropertyDependentEndMultiplicity : Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmNavigationProperty>
Public Shared ReadOnly NavigationPropertyDependentEndMultiplicity As ValidationRule(Of IEdmNavigationProperty)