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
     
    
    <NotNullAttribute()>
    Public ReadOnly Property ExcludeRelations As List(Of String)
    [NotNull()]
    public List<string> ExcludeRelations {get;}
    [NotNull()]
    public:
    property List<String^>^ ExcludeRelations {
       List<String^>^ 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