 | BcfReflectedChildRelationCollectionContains Method (String) |
Determines whether the specified name is in the collection.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic bool Contains(
string childRelationName
)
Public Function Contains (
childRelationName As String
) As Boolean
Parameters
- childRelationName
- Type: SystemString
Name of the childRelation.
Return Value
Type:
Boolean if the specified name is in the collection; otherwise,
.
See Also