Jaa


EdmReferentialConstraintPropertyPair Constructor

Definition

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.

Applies to