adTempus API
ArcanaDevelopment.adTempus.Client.ConfigurationReporting Namespace / IADTObjectConfigurationReportWriter Interface / AddObjectCollection Method
The internal name for the relation
The display name for the relation
The related collection of objects.


In This Topic
    AddObjectCollection Method
    In This Topic
    Adds a collection of ADTObjects to the report
    Syntax
    'Declaration
     
    
    Sub AddObjectCollection( _
       ByVal relationName As String, _
       ByVal displayName As String, _
       ByVal collection As IEnumerable(Of ADTObject) _
    ) 

    Parameters

    relationName
    The internal name for the relation
    displayName
    The display name for the relation
    collection
    The related collection of objects.
    See Also