ModelComparisonChangeDefinition.IsRelationshipEntriesChanged Property
Gets a value that indicates whether any relationship entries in the target element have changed.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property IsRelationshipEntriesChanged As Boolean
public bool IsRelationshipEntriesChanged { get; }
public:
property bool IsRelationshipEntriesChanged {
bool get ();
}
member IsRelationshipEntriesChanged : bool
function get IsRelationshipEntriesChanged () : boolean
Property Value
Type: System.Boolean
true if any relationship entries in the target element have been changed; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.