Jaa


ValidationRules.NavigationPropertyWithNonRecursiveContainmentSourceMustBeFromOne Field

Definition

Validates that if a navigation property has ContainsTarget = true and the target entity type is defferent than the declaring type of the property, then the multiplicity of the source of navigation is One.

public static readonly Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmNavigationProperty> NavigationPropertyWithNonRecursiveContainmentSourceMustBeFromOne;
 staticval mutable NavigationPropertyWithNonRecursiveContainmentSourceMustBeFromOne : Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmNavigationProperty>
Public Shared ReadOnly NavigationPropertyWithNonRecursiveContainmentSourceMustBeFromOne As ValidationRule(Of IEdmNavigationProperty) 

Field Value

Applies to