'Declaration Public Sub BindToDataAndErrors( _ ByVal newDataSource As System.Object, _ ByVal newDataMember As System.String _ )
public void BindToDataAndErrors( System.object newDataSource, System.string newDataMember )
Parameters
- newDataSource
- A data set based on the IList interface to be monitored for errors. Typically, this is a DataSet to be monitored for errors.
- newDataMember
- A collection within the newDataSource to monitor for errors. Typically, this will be a DataTable.