ModelComparisonChangeDefinition.RelationshipEntriesOrderChanged Property

Gets a list of relationship entries in the target element where the entry order has changed.

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

Syntax

'Declaration
Public ReadOnly Property RelationshipEntriesOrderChanged As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> RelationshipEntriesOrderChanged { get; }
public:
property IList<IModelRelationshipEntry^>^ RelationshipEntriesOrderChanged {
    IList<IModelRelationshipEntry^>^ get ();
}
member RelationshipEntriesOrderChanged : IList<IModelRelationshipEntry>
function get RelationshipEntriesOrderChanged () : IList<IModelRelationshipEntry>

Property Value

Type: System.Collections.Generic.IList<IModelRelationshipEntry>
An IList<T> of type IModelRelationshipEntry.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

IModelRelationshipEntry