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


In This Topic
    IncludeRelations Property
    In This Topic
    A list of relations to be included.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property IncludeRelations As List(Of String)
    [NotNull()]
    public List<string> IncludeRelations {get;}
    [NotNull()]
    public:
    property List<String^>^ IncludeRelations {
       List<String^>^ get();
    }
    Remarks

    If no IncludeRelations are specified, all relations are included except those excluded by ExcludeRelations. If any IncludeRelations are specified, only those relations are included.

    Each relation is in the form "ClassName.RelationName". To include all relations for a class, use "ClassName.*".

    See Also