ADO.NET Provider for Shopify

Build 26.0.9655

CustomerSegmentMembersQueries

Returns the status of a customer segment members query.

View-Specific Information

Select

The provider uses the Shopify API to process WHERE clause conditions built with the following column and operators. The provider processes other filters client-side within the provider.

  • Id supports the '=, IN' comparison operators.

For example, the following query is processed server-side:

  SELECT * FROM CustomerSegmentMembersQueries WHERE Id = 'Val1'

Columns

Name Type References Description
Id [KEY] String The ID of the CustomerSegmentMembersQuery to return.
Done Bool Whether the query has finished processing.
CurrentCount Int The current count of segment members matching the query.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655