IncludeChildTableAggregates
Include aggregate columns for child tables (applies when ConnectionType is set to SOAP).
データ型
bool
デフォルト値
true
解説
By default, the 本製品 exposes child tables as both XML aggregate columns on their parent table, as well as separate tables.
For example, information on parties involved in reported safety incidents is available in two places:
- The Involved_Party_Data column on the ReportSafetyIncident table.
- The ReportSafetyIncident_Involved_Party_Data table.
If this connection property is set to False, the aggregate column is not exposed and only the child table is available.
Note that this option does not affect aggregate columns on child tables. The 本製品 does not expose second-level child tables, so these aggregates are the only way to access deeply nested data.