 | BcfViewManagerDefaultViewCollectionIsViewCreated Method |
[This is preliminary documentation and is subject to change.]
Gets a value indicating the default view for specified table is created.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntaxpublic bool IsViewCreated(
BcfTable table
)
Public Function IsViewCreated (
table As BcfTable
) As Boolean
Parameters
- table
- Type: CalculationWorks.BusinessModelBcfTable
The table.
Return Value
Type:
Booleantrue if the default view for specified
table is created; otherwise
false.
Exceptions
See Also