ModelElement.GetReferencingRelationshipEntries Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetReferencingRelationshipEntries As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> GetReferencingRelationshipEntries()
public:
virtual IList<IModelRelationshipEntry^>^ GetReferencingRelationshipEntries() sealed
abstract GetReferencingRelationshipEntries : unit -> IList<IModelRelationshipEntry>
override GetReferencingRelationshipEntries : unit -> IList<IModelRelationshipEntry>
public final function GetReferencingRelationshipEntries() : IList<IModelRelationshipEntry>
Return Value
Type: System.Collections.Generic.IList<IModelRelationshipEntry>
Implements
IModelElement.GetReferencingRelationshipEntries()
.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.