'Declaration Public Sub SetDataBinding( _ ByVal dataSource As System.Object, _ ByVal dataMember As System.String _ )
public void SetDataBinding( System.object dataSource, System.string dataMember )
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.