Share via


ValidationRules.NavigationPropertyDependentEndMultiplicity Field

Validates that if the dependent properties are equivalent to the key of the dependent end, the multiplicity of the dependent end cannot be 1 Validates multiplicity of the dependent end according to the following rules: 0..1, 1 - if dependent properties represent the dependent end key. * - if dependent properties don't represent the dependent end key.

Namespace:  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Shared ReadOnly NavigationPropertyDependentEndMultiplicity As ValidationRule(Of IEdmNavigationProperty)
'Usage
Dim value As ValidationRule(Of IEdmNavigationProperty)

value = ValidationRules.NavigationPropertyDependentEndMultiplicity
public static readonly ValidationRule<IEdmNavigationProperty> NavigationPropertyDependentEndMultiplicity
public:
static initonly ValidationRule<IEdmNavigationProperty^>^ NavigationPropertyDependentEndMultiplicity
static val NavigationPropertyDependentEndMultiplicity: ValidationRule<IEdmNavigationProperty>
public static final var NavigationPropertyDependentEndMultiplicity : ValidationRule<IEdmNavigationProperty>

See Also

Reference

ValidationRules Class

Microsoft.Data.Edm.Validation Namespace