NavigationPropertyConfiguration.ReferentialConstraint Property
Gets the read-only referential constraint of this navigation property.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IReadOnlyDictionary<PropertyInfo, PropertyInfo> ReferentialConstraint { get; }
public:
property IReadOnlyDictionary<PropertyInfo^, PropertyInfo^>^ ReferentialConstraint {
IReadOnlyDictionary<PropertyInfo^, PropertyInfo^>^ get();
}
member ReferentialConstraint : IReadOnlyDictionary<PropertyInfo, PropertyInfo> with get
Public ReadOnly Property ReferentialConstraint As IReadOnlyDictionary(Of PropertyInfo, PropertyInfo)
Property Value
Type: System.Collections.Generic.IReadOnlyDictionary<PropertyInfo, PropertyInfo>
See Also
NavigationPropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top