 |
| BcfHierarchicalViewManagerAddRootBindingSourceTBindingSource Method |
Creates and registers a new binding source.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntaxprotected TBindingSource AddRootBindingSource<TBindingSource>(
string name,
string tableName,
Func<BcfBindingSourceBuilder, TBindingSource> createBindingSource
)
where TBindingSource : BcfBindingSource
Protected Function AddRootBindingSource(Of TBindingSource As BcfBindingSource) (
name As String,
tableName As String,
createBindingSource As Func(Of BcfBindingSourceBuilder, TBindingSource)
) As TBindingSource
protected:
generic<typename TBindingSource>
where TBindingSource : BcfBindingSource
TBindingSource AddRootBindingSource(
String^ name,
String^ tableName,
Func<BcfBindingSourceBuilder^, TBindingSource>^ createBindingSource
)
member AddRootBindingSource :
name : string *
tableName : string *
createBindingSource : Func<BcfBindingSourceBuilder, 'TBindingSource> -> 'TBindingSource when 'TBindingSource : BcfBindingSource
Parameters
- name
- Type: SystemString
The name. - tableName
- Type: SystemString
Name of the table. - createBindingSource
- Type: SystemFuncBcfBindingSourceBuilder, TBindingSource
TBindingSource constructor.
Type Parameters
- TBindingSource
- The type of the binding source.
Return Value
Type:
TBindingSourceTBindingSource.
Exceptions
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also