Creates a DataBinder control.
public DataBinder()
public DataBinder( Recordset dataSource )
public DataBinder( Recordset dataSource, DataBinding[] bindings )
dataSource
The Recordset object to bind to the DataBinder control.
bindings
An array of DataBinding objects that bind component properties to the dataSource object.
The first syntax creates an unbound DataBinder control. The second syntax binds the DataBinder control to the specified recordset with no default bindings. The third syntax binds the DataBinder control to the specified recordset with the specified array of bindings.