C1BindingSource Constructor(Object,String)
Initializes a new instance of the
C1BindingSource class with the specified data source and data member values.
public C1BindingSource(
System.object ,
System.string
)
'Declaration
Public Function New( _
ByVal As System.Object, _
ByVal As System.String _
)
Parameters
- dataSource
- The System.Object object to use as data source.
- dataMember
- The data member name.