RequestOptionsBypassResultSizeLimit Property |
Gets or sets a value indicating whether the engine must ignore any result size limitations or not.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool BypassResultSizeLimit { get; set; }Public Property BypassResultSizeLimit As Boolean
Get
Set
public:
property bool BypassResultSizeLimit {
bool get ();
void set (bool value);
}member BypassResultSizeLimit : bool with get, set
Property Value
Type:
Boolean if result size limits are to be ignored; otherwise,
.
See Also