ValidationRules.NavigationPropertyBindingPathMustBeResolvable Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates that the binding path of navigation property must be resolved to a valid path, that is: Each segments in path must be defined, and inner path segments can only be complex or containment, and last path segment must be the navigation property name.
public static readonly Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmNavigationSource> NavigationPropertyBindingPathMustBeResolvable;
staticval mutable NavigationPropertyBindingPathMustBeResolvable : Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmNavigationSource>
Public Shared ReadOnly NavigationPropertyBindingPathMustBeResolvable As ValidationRule(Of IEdmNavigationSource)