ModelComparisonResult.ChangeDefinition.IsRelationshipEntriesChanged Property

Returns whether any relationship entries are changed.

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

Syntax

'Declaration
Public ReadOnly Property IsRelationshipEntriesChanged As Boolean
    Get
'Usage
Dim instance As ModelComparisonResult..::..ChangeDefinition
Dim value As Boolean

value = instance.IsRelationshipEntriesChanged
public bool IsRelationshipEntriesChanged { get; }
public:
property bool IsRelationshipEntriesChanged {
    bool get ();
}
function get IsRelationshipEntriesChanged () : boolean
member IsRelationshipEntriesChanged : bool

Property Value

Type: System.Boolean

Remarks

Changes to relationship entries include being added or dropped and changing the ordinal.

.NET Framework Security

See Also

Reference

ModelComparisonResult.ChangeDefinition Class

ModelComparisonResult.ChangeDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace