Active Query Builder 2 .NET Edition reference
GetReferencingObjects Method



Returns a list of MetadataObjects which have foreign keys referencing this MetadataObject.
Syntax
'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.
See Also

Reference

MetadataObject Class
MetadataObject Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback