For Babelfish Release 1.12.5.15

ResultListIntermediateFormattedShowNumberOfChildRows Property

Limits the number of child rows to show under a main body row.

The default value is int.MaxValue, which means to show all children.

Values of less than 0, are interpreted as being 0.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
C#
public int ShowNumberOfChildRows { get; set; }

Property Value

Int32

See Also