Returns a list of
MetadataObjects which have foreign keys referencing this
MetadataObject.
'Declaration
Public Function GetReferencingObjects() As System.Collections.Generic.IList(Of MetadataObject)
'Usage
Dim instance As MetadataObject
Dim value As System.Collections.Generic.IList(Of MetadataObject)
value = instance.GetReferencingObjects()
public System.Collections.Generic.IList<MetadataObject> GetReferencingObjects()
public: System.Collections.Generic.IList<MetadataObject*>* GetReferencingObjects();
Return Value
Returns filled IList<
MetadataObject>, or empty list if there are no such objects.