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
     
    
    Public ReadOnly Property IncludeRelations As List(Of String)
    public List<string> IncludeRelations {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