Jaa


ValidationRules.NavigationPropertyDependentEndMultiplicity Field

Definition

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) 

Field Value

Applies to