DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Api Assembly / C1.DataEngine Namespace / RuntimeQuery Class / tables Property

In This Topic
    tables Property
    In This Topic
    An array of table names (join queries require two or more).
    Syntax
    'Declaration
     
    Public Property tables As String()
    public string[] tables {get; set;}
    See Also