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.

Data Type

string

Default Value

""

Remarks

By default the provider 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 provider 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 provider 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 provider's calculated includes must be used instead.

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