 |
BcfViewManagerCreateCustomView Method (String, FuncBcfRowView, Boolean) |
Creates the custom view.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntaxpublic BcfTableViewBase CreateCustomView(
string tableName,
Func<BcfRowView, bool> filterFunction
)
Public Function CreateCustomView (
tableName As String,
filterFunction As Func(Of BcfRowView, Boolean)
) As BcfTableViewBase
public:
BcfTableViewBase^ CreateCustomView(
String^ tableName,
Func<BcfRowView^, bool>^ filterFunction
)
member CreateCustomView :
tableName : string *
filterFunction : Func<BcfRowView, bool> -> BcfTableViewBase
Parameters
- tableName
- Type: SystemString
Name of the table. - filterFunction
- Type: SystemFuncBcfRowView, Boolean
The filter function.
Return Value
Type:
BcfTableViewBaseBcfTableViewBase.
Exceptions
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also