ValidationRules.EntitySetCanOnlyBeContainedByASingleNavigationProperty 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 an entity set can only have a single navigation property targeting it that has Contains set to true.
public static readonly Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmEntitySet> EntitySetCanOnlyBeContainedByASingleNavigationProperty;
staticval mutable EntitySetCanOnlyBeContainedByASingleNavigationProperty : Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmEntitySet>
Public Shared ReadOnly EntitySetCanOnlyBeContainedByASingleNavigationProperty As ValidationRule(Of IEdmEntitySet)