 | BcfViewManagerDefaultViewCollectionTryGetDefaultView Method (String) |
Finds and returns the item specified by tableName.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
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
.
See Also