Share via


ValidationRules.NavigationPropertyCorrectType Field

Validates that the type of a navigation property corresponds to the other end of the association and the multiplicity of the other end.

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

Syntax

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

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

See Also

Reference

ValidationRules Class

Microsoft.Data.Edm.Validation Namespace