ValidationRules.NavigationPropertyTypeMismatchRelationshipConstraint Field
Validates that each pair of properties between the dependent properties and the principal ends key are of the same type.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly NavigationPropertyTypeMismatchRelationshipConstraint As ValidationRule(Of IEdmNavigationProperty)
'Usage
Dim value As ValidationRule(Of IEdmNavigationProperty)
value = ValidationRules.NavigationPropertyTypeMismatchRelationshipConstraint
public static readonly ValidationRule<IEdmNavigationProperty> NavigationPropertyTypeMismatchRelationshipConstraint
public:
static initonly ValidationRule<IEdmNavigationProperty^>^ NavigationPropertyTypeMismatchRelationshipConstraint
static val NavigationPropertyTypeMismatchRelationshipConstraint: ValidationRule<IEdmNavigationProperty>
public static final var NavigationPropertyTypeMismatchRelationshipConstraint : ValidationRule<IEdmNavigationProperty>