QDVEstimate.RestrictFieldsToSpeedUp Method

Restricts the columns (mappings) that will be used during the next estimate processing. This is to speed up execution of requests.
public void RestrictFieldsToSpeedUp( 
List<string> WBSFields
List<string> MinuteFields 
)
This language is not supported or no code example is available.

Parameters

WBSFields
List<string>

The restricted list of WBS column names (mnemonics).

MinuteFields
List<string>

The restricted list of minute column names (mnemonics).

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition