Active Query Builder 2 .NET Edition reference
GetReferencedObjects Method



Returns a list of MetadataObjects which referenced by this object foreign keys.
Syntax
'Declaration
 
Public Function GetReferencedObjects() As System.Collections.Generic.IList(Of MetadataObject)
'Usage
 
Dim instance As MetadataObject
Dim value As System.Collections.Generic.IList(Of MetadataObject)
 
value = instance.GetReferencedObjects()
public System.Collections.Generic.IList<MetadataObject> GetReferencedObjects()
public: System.Collections.Generic.IList<MetadataObject*>* GetReferencedObjects(); 

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