[]
        
(Showing Draft Content)

C1.Win.C1Input.C1DbNavigator.SetDataBinding

SetDataBinding Method

SetDataBinding(object, string)

Sets the DataSource and DataMember properties at run time.

Declaration
public void SetDataBinding(object dataSource, string dataMember)
Parameters
Type Name Description
object dataSource

The data source object to which the control is bound.

string dataMember

For multi-table data sources, specifies a specific table to which the control is bound.