C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1DbNavigator Class / SetDataBinding Method
The data source object to which the control is bound.
For multi-table data sources, specifies a specific table to which the control is bound.

In This Topic
SetDataBinding Method
In This Topic
Sets the DataSource and DataMember properties at run time.
Syntax
'Declaration
 
Public Sub SetDataBinding( _
   ByVal dataSource As Object, _
   ByVal dataMember As String _
) 
 

Parameters

dataSource
The data source object to which the control is bound.
dataMember
For multi-table data sources, specifies a specific table to which the control is bound.
See Also