Click or drag to resize

BcfTableTRowContains Method

[This is preliminary documentation and is subject to change.]

Determines whether the specified row is in this table.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public bool Contains(
	TRow row
)

Parameters

row
Type: TRow
Name of the childRelation.

Return Value

Type: Boolean
true if the specified name is in the collection; otherwise, false.
See Also