 | BcfReflectedParentRelationCollectionContains Method (String) |
[This is preliminary documentation and is subject to change.]
Determines whether the specified name is in the collection.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntaxpublic bool Contains(
string parentRelationName
)
Public Function Contains (
parentRelationName As String
) As Boolean
Parameters
- parentRelationName
- Type: SystemString
Name of the parentRelation.
Return Value
Type:
Booleantrue if the specified name is in the collection; otherwise,
false.
See Also