ADO.NET Provider for Workday

Build 25.0.9434

UseDefaultIncludes

For the SOAP API, disables requesting any field includes for the specified (comma separated) tables.

データ型

string

デフォルト値

""

解説

By default the 本製品 will use a hard-coded list of field includes. This can be desirable because some tables don't retrieve certain includes for performance reasons. But that option will send every field include when requesting data for a table, when the Workday default may be better instead.

Including the table in this property makes the 本製品 not send any field includes and use the Workday defaults instead. If any tables are included in this option and IgnoreHardcodedIncludes, this option takes priority and no includes will be sent.

This option can be applied to all tables by setting the value to an asterik: UseDefaultIncldues=*

Note that this option does not apply to child tables. The 本製品 calculates child table includes based on the specific collection that the child table reads from. The default includes do not contain these collections so the 本製品's calculated includes must be used instead.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434