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 the target of a navigation property mapping is valid for the target type of the property.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly EntitySetNavigationPropertyMappingMustPointToValidTargetForProperty As ValidationRule(Of IEdmEntitySet)
'Usage
Dim value As ValidationRule(Of IEdmEntitySet)
value = ValidationRules.EntitySetNavigationPropertyMappingMustPointToValidTargetForProperty
public static readonly ValidationRule<IEdmEntitySet> EntitySetNavigationPropertyMappingMustPointToValidTargetForProperty
public:
static initonly ValidationRule<IEdmEntitySet^>^ EntitySetNavigationPropertyMappingMustPointToValidTargetForProperty
static val EntitySetNavigationPropertyMappingMustPointToValidTargetForProperty: ValidationRule<IEdmEntitySet>
public static final var EntitySetNavigationPropertyMappingMustPointToValidTargetForProperty : ValidationRule<IEdmEntitySet>