ModelComparisonChangeDefinition.HavingDangleRelationships Property
Gets a value that indicates whether one or more relationships have lost connection between the participating elements.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property HavingDangleRelationships As Boolean
public bool HavingDangleRelationships { get; }
public:
property bool HavingDangleRelationships {
bool get ();
}
member HavingDangleRelationships : bool
function get HavingDangleRelationships () : boolean
Property Value
Type: System.Boolean
true if there are dangling relationships; 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.
See Also
Reference
ModelComparisonChangeDefinition Class
Microsoft.Data.Schema.SchemaModel Namespace
RelationshipClass