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

In This Topic
    columns Property
    In This Topic
    An array of column names (need not be fully qualified if there is only one table).
    Syntax
    'Declaration
     
    Public Property columns As RuntimeColumn()
    public RuntimeColumn[] columns {get; set;}
    See Also