ValidationRules.NavigationPropertyDependentPropertiesMustBelongToDependentEntity Field
Validates that all dependent properties of a navigation property belong to the dependent entity type.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly NavigationPropertyDependentPropertiesMustBelongToDependentEntity As ValidationRule(Of IEdmNavigationProperty)
'Usage
Dim value As ValidationRule(Of IEdmNavigationProperty)
value = ValidationRules.NavigationPropertyDependentPropertiesMustBelongToDependentEntity
public static readonly ValidationRule<IEdmNavigationProperty> NavigationPropertyDependentPropertiesMustBelongToDependentEntity
public:
static initonly ValidationRule<IEdmNavigationProperty^>^ NavigationPropertyDependentPropertiesMustBelongToDependentEntity
static val NavigationPropertyDependentPropertiesMustBelongToDependentEntity: ValidationRule<IEdmNavigationProperty>
public static final var NavigationPropertyDependentPropertiesMustBelongToDependentEntity : ValidationRule<IEdmNavigationProperty>