 | BcfViewManagerDefaultViewCollectionTryGetDefaultView Method (String) |
[This is preliminary documentation and is subject to change.]
Finds and returns the item specified by tableName.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntaxpublic BcfTableViewBase TryGetDefaultView(
string tableName
)
Public Function TryGetDefaultView (
tableName As String
) As BcfTableViewBase
Parameters
- tableName
- Type: SystemString
Return Value
Type:
BcfTableViewBaseThe item specified by
tableName if found; otherwise
null.
See Also