Excel Add-In for BCart

Build 22.0.8503

ViewGroups

Returns data from ViewGroups table.

Select

The 本製品 will use the BCart API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.

  • Most of the columns support the following operators: <, >, <=, >=, =, !=, IN, NOT_IN.
For example, the following query is processed server side:
    SELECT * FROM ViewGroups WHERE Name = 'Sample ViewGroups'
    SELECT * FROM ViewGroups WHERE Id IN (1,10)
    SELECT * FROM ViewGroups WHERE Id <= 10

Columns

Name Type Description
Id [KEY] Integer
Name String

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8503