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 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>