ADO.NET Provider for SugarCRM

Build 26.0.9655

AggregateColumnMode

Controls how aggregate columns are treated by the provider.

Possible Values

Ignore, List, ListAndRetrieve

Data Type

string

Default Value

"ListAndRetrieve"

Remarks

The available aggregate column modes are detailed below:

IgnoreAll aggregate columns are ignored and do not appear as available columns in the table definition.
ListAggregate columns are listed in all tables, but on base tables such as Contacts, they do not retrieve data from SugarCRM. Base tables are the tables that correspond to the default modules in SugarCRM and do not include custom modules.
ListAndRetrieveAggregate columns are listed and requested on all tables. Note that when this mode is activated, primitive columns that are also part of the aggregates are returned as NULL. For example, in the Accounts table, the Team_Id column, which is also part of the Team_Name aggregate, is returned as NULL.

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