AllowLargeResults
- Last Updated: December 17, 2020
- 1 minute read
Purpose
Determines whether the driver returns results larger than 128 MB for legacy SQL
queries.
Note: When AllowLargeResults is set to
true, the results are stored in the dataset and table
specified using LegacyDataset and LegacyTable properties.Valid Values
false | true
Behavior
If set to false, the driver does not
support query results larger than 128 MB.
If set to true, the driver supports query
results larger than 128 MB.
Data Source Method
setAllowLargeResults
Default
false
Data Type
Boolean