adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataSetProjector Class / ExcludeRelations Property

In This Topic
    ExcludeRelations Property
    In This Topic
    A list of relations to be excluded
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExcludeRelations As List(Of String)
    public List<string> ExcludeRelations {get;}
    Remarks
    Some relations are excluded by default: * JobGroup.Groups * JobGroup.Jobs * JobQueue.Jobs If you wish to include these relations, you must remove them from ExcludeRelations.
    See Also