For Babelfish Release 1.12.3.10

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.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public int ShowNumberOfChildRows { get; set; }

Property Value

Int32

See Also