[]
Sets the DataSource and DataMember properties at run time.
public void SetDataBinding(object dataSource, string dataMember)
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. |