Share via


ModelComparisonResult.ChangeDefinition.RelationshipEntriesEqual Property

Returns a list of elements with equal relationship entries.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property RelationshipEntriesEqual As IList(Of IModelRelationshipEntry)
    Get
'Usage
Dim instance As ModelComparisonResult..::..ChangeDefinition
Dim value As IList(Of IModelRelationshipEntry)

value = instance.RelationshipEntriesEqual
public IList<IModelRelationshipEntry> RelationshipEntriesEqual { get; }
public:
property IList<IModelRelationshipEntry^>^ RelationshipEntriesEqual {
    IList<IModelRelationshipEntry^>^ get ();
}
function get RelationshipEntriesEqual () : IList<IModelRelationshipEntry>
member RelationshipEntriesEqual : IList<IModelRelationshipEntry>

Property Value

Type: System.Collections.Generic.IList<IModelRelationshipEntry>

.NET Framework Security

See Also

Reference

ModelComparisonResult.ChangeDefinition Class

ModelComparisonResult.ChangeDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace