NavigationPropertyPartnerMustPointBackToSourceType Field

Validates that the target of a navigation property's partner is the declaring type of the original.

Namespace:  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Shared ReadOnly NavigationPropertyPartnerMustPointBackToSourceType As ValidationRule(Of IEdmNavigationProperty)
'Usage
Dim value As ValidationRule(Of IEdmNavigationProperty)

value = ValidationRules.NavigationPropertyPartnerMustPointBackToSourceType
public static readonly ValidationRule<IEdmNavigationProperty> NavigationPropertyPartnerMustPointBackToSourceType
public:
static initonly ValidationRule<IEdmNavigationProperty^>^ NavigationPropertyPartnerMustPointBackToSourceType
static val NavigationPropertyPartnerMustPointBackToSourceType: ValidationRule<IEdmNavigationProperty>
public static final var NavigationPropertyPartnerMustPointBackToSourceType : ValidationRule<IEdmNavigationProperty>

See Also

Reference

ValidationRules Class

Microsoft.Data.Edm.Validation Namespace