adTempus API
ArcanaDevelopment.adTempus.Shared.ObjectComparison Namespace / ObjectComparison Class / RelatedCollections Field


In This Topic
    RelatedCollections Field
    In This Topic
    Contains the results of comparing related collections (one-to-many or many-to-many relations).
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public RelatedCollections As List(Of RelatedCollection)
    [DataMember()]
    public List<RelatedCollection> RelatedCollections
    [DataMember()]
    public:
    List<RelatedCollection^>^ RelatedCollections
    Remarks
    The collection will only contain items for relations that had differences. Relations with matching values are not included.
    See Also