EdmReferentialConstraint.PropertyPairs Property
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.
Gets the set of property pairs from the referential constraint. No particular ordering should be assumed.
public System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.EdmReferentialConstraintPropertyPair> PropertyPairs { get; }
member this.PropertyPairs : seq<Microsoft.OData.Edm.EdmReferentialConstraintPropertyPair>
Public ReadOnly Property PropertyPairs As IEnumerable(Of EdmReferentialConstraintPropertyPair)