ModelChanges.RelationshipChange 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.
When True, one or more relationships in the model were changed (added, deleted or modified) as part of a model operation. When False, no relationships were changed during the operation. Boolean (bool in C#) Read-only.
public:
property bool RelationshipChange { bool get(); };
public bool RelationshipChange { get; }
Public ReadOnly Property RelationshipChange As Boolean