SetDataBinding(Object,String) Method
Sets the
DataSource and
DataMember properties.
'Declaration
Public Overloads Sub SetDataBinding( _
ByVal As Object, _
ByVal As String _
)
Parameters
- dataSource
- The new data source object.
- dataMember
- The table to bind to within the data source object.