Excel Add-In for BCart

Build 22.0.8503

PriceGroups

Returns data from PriceGroups 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 PriceGroups WHERE Name = 'Sample PriceGroups'
    SELECT * FROM PriceGroups WHERE Id IN (1,10)
    SELECT * FROM PriceGroups WHERE Id <= '10'

Columns

Name Type Description
Id [KEY] String
Name String
Rate String

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