BindingSource Constructor (Object^, String^)
.NET Framework (current version)
Initializes a new instance of the BindingSource class with the specified data source and data member.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- dataSource
-
Type:
System::Object^
The data source for the BindingSource.
- dataMember
-
Type:
System::String^
The specific column or list name within the data source to bind to.
.NET Framework
Available since 2.0
Available since 2.0
Show: