Click or drag to resize

BcfTableRowCollectionContains Method

Determines whether the specified row is in this table.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool Contains(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
Name of the childRelation.

Return Value

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