ErrorProvider::BindToDataAndErrors Method (Object^, String^)
.NET Framework (current version)
Provides a method to set both the DataSource and DataMember at run time.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- newDataSource
-
Type:
System::Object^
A data set based on the IList interface to be monitored for errors. Typically, this is a DataSet to be monitored for errors.
- newDataMember
-
Type:
System::String^
A collection within the newDataSource to monitor for errors. Typically, this will be a DataTable.
To avoid conflicts at run time that can occur when changing DataSource and DataMember, you should use BindToDataAndErrors instead of setting DataSource and DataMember individually.
.NET Framework
Available since 1.1
Available since 1.1
Show: