EdmReferentialConstraintPropertyPair Constructor
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.
Initializes a new instance of EdmReferentialConstraintPropertyPair.
public EdmReferentialConstraintPropertyPair (Microsoft.OData.Edm.IEdmStructuralProperty dependentProperty, Microsoft.OData.Edm.IEdmStructuralProperty principalProperty);
new Microsoft.OData.Edm.EdmReferentialConstraintPropertyPair : Microsoft.OData.Edm.IEdmStructuralProperty * Microsoft.OData.Edm.IEdmStructuralProperty -> Microsoft.OData.Edm.EdmReferentialConstraintPropertyPair
Public Sub New (dependentProperty As IEdmStructuralProperty, principalProperty As IEdmStructuralProperty)
Parameters
- dependentProperty
- IEdmStructuralProperty
The local or dependent property in the referential constraint property pair. A null value is not allowed.
- principalProperty
- IEdmStructuralProperty
The foreign or principal property in the referential constraint property pair. A null value is not allowed.
Exceptions
Thrown if either of the properties given are null.