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