For Babelfish Release 1.11.1.3

ResultListIntermediateFormattedShowStatuses Property

Gets or sets the set of ResultStatus (e.g. INTERMEDIATE, UNOFFICIAL) to show when .ShownRows is called.

When setting, if the HashSet is empty, then all ResultStatus will be included.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public HashSet<ResultStatus> ShowStatuses { get; set; }

Property Value

HashSetResultStatus

See Also