EdmReferentialConstraintPropertyPair Class
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.
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. |