ModelComparisonChangeDefinition.DangleRelationshipsFromSource Property
Disconnects the related element from the relating element in a relationship.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property DangleRelationshipsFromSource As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> DangleRelationshipsFromSource { get; }
public:
property IList<IModelRelationshipEntry^>^ DangleRelationshipsFromSource {
IList<IModelRelationshipEntry^>^ get ();
}
member DangleRelationshipsFromSource : IList<IModelRelationshipEntry>
function get DangleRelationshipsFromSource () : IList<IModelRelationshipEntry>
Property Value
Type: System.Collections.Generic.IList<IModelRelationshipEntry>
An IList<T> of type IModelRelationshipEntry.
.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