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

See Also

Reference

ModelElement Class

Microsoft.Data.Schema.SchemaModel Namespace