 | BcfTableTRowContains Method |
Determines whether the specified row is in this table.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic bool Contains(
TRow row
)
Public Function Contains (
row As TRow
) As Boolean
Parameters
- row
- Type: TRow
Name of the childRelation.
Return Value
Type:
Boolean if the specified name is in the collection; otherwise,
.
See Also