Overview | Methods | This Package | All Packages
Creates a DataBinder control.
Syntax
public DataBinder()
public DataBinder( Recordset dataSource )
public DataBinder( Recordset dataSource, DataBinding[] bindings )
Parameters
dataSource
The Recordset object to bind to the DataBinder control.
bindings
An array of DataBinding objects that bind component properties to the dataSource object.
Remarks
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.