ModelComparisonResult.ChangeDefinition.RelationshipEntriesOrderChanged Property

Returns a list of elements with changed relationship entries order.

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

Syntax

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

value = instance.RelationshipEntriesOrderChanged
public IList<IModelRelationshipEntry> RelationshipEntriesOrderChanged { get; }
public:
property IList<IModelRelationshipEntry^>^ RelationshipEntriesOrderChanged {
    IList<IModelRelationshipEntry^>^ get ();
}
function get RelationshipEntriesOrderChanged () : IList<IModelRelationshipEntry>
member RelationshipEntriesOrderChanged : 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