DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Workspace Class / ReuseJoins Property

In This Topic
    ReuseJoins Property
    In This Topic
    Determines whether join queries with the same base fields are reused when another similar join is created. Default: true.
    Syntax
    'Declaration
     
    Public Property ReuseJoins As Boolean
    public bool ReuseJoins {get; set;}
    Remarks
    Change this property for server deployments where each join query should store results in its own folder.
    See Also