ModelComparisonChangeDefinition.RelationshipEntriesEqual Property
Gets a list of relationship entries that are equal.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property RelationshipEntriesEqual As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> RelationshipEntriesEqual { get; }
public:
property IList<IModelRelationshipEntry^>^ RelationshipEntriesEqual {
IList<IModelRelationshipEntry^>^ get ();
}
member RelationshipEntriesEqual : IList<IModelRelationshipEntry>
function get RelationshipEntriesEqual () : 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