EdmReferentialConstraintPropertyPair Class

Definition

Represents a pair of properties as part of a referential constraint.

public class EdmReferentialConstraintPropertyPair
type EdmReferentialConstraintPropertyPair = class
Public Class EdmReferentialConstraintPropertyPair
Inheritance
EdmReferentialConstraintPropertyPair

Constructors

EdmReferentialConstraintPropertyPair(IEdmStructuralProperty, IEdmStructuralProperty)

Initializes a new instance of EdmReferentialConstraintPropertyPair.

Properties

DependentProperty

The local or dependent property in the referential constraint property pair. Will never be null.

PrincipalProperty

The foreign or principal property in the referential constraint property pair. Will never be null.

Applies to