Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates multiplicity of the principal end: 0..1 - if some dependent properties are nullable, 1 - if some dependent properties are not nullable. * - not allowed.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly NavigationPropertyPrincipalEndMultiplicity As ValidationRule(Of IEdmNavigationProperty)
'Usage
Dim value As ValidationRule(Of IEdmNavigationProperty)
value = ValidationRules.NavigationPropertyPrincipalEndMultiplicity
public static readonly ValidationRule<IEdmNavigationProperty> NavigationPropertyPrincipalEndMultiplicity
public:
static initonly ValidationRule<IEdmNavigationProperty^>^ NavigationPropertyPrincipalEndMultiplicity
static val NavigationPropertyPrincipalEndMultiplicity: ValidationRule<IEdmNavigationProperty>
public static final var NavigationPropertyPrincipalEndMultiplicity : ValidationRule<IEdmNavigationProperty>