 | 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
Syntaxpublic bool Contains(
TRow row
)
Public Function Contains (
row As TRow
) As Boolean
Parameters
- row
- Type: TRow
Name of the childRelation.
Return Value
Type:
Booleantrue if the specified name is in the collection; otherwise,
false.
See Also