AggregateColumnMode
Controls how aggregate columns are treated by the provider.
Possible Values
Ignore, List, ListAndRetrieveデータ型
string
デフォルト値
"ListAndRetrieve"
解説
The available aggregate column modes are detailed below:
Ignore | All aggregate will be ignored and will not show up as available columns in the table definition. |
List | Aggregate columns will be listed in all tables, but on base tables such as Contacts, they will not retrieve data from SugarCRM. |
ListAndRetrieve | Aggregate columns will be listed and requested on all tables. Note that when this mode is activated, primitive columns that are also part of the aggregates will be returned as NULL. For example, in the Accounts table, the Team_Id column, which is also part of the Team_Name aggregate, will be returned as NULL. |