dotConnect for FreshBooks Documentation
Devart.Data.FreshBooks Namespace / FreshBooksCommandBuilder Class / FreshBooksCommandBuilder Constructor / FreshBooksCommandBuilder Constructor(FreshBooksDataAdapter)

In This Topic
FreshBooksCommandBuilder Constructor(FreshBooksDataAdapter)
In This Topic
Initializes a new instance of the FreshBooksCommandBuilder class with the associated FreshBooksDataAdapter object.
Syntax
'Declaration
 
Public Function New( _
   ByVal adapter As FreshBooksDataAdapter _
)
 

Parameters

adapter
Remarks
The FreshBooksCommandBuilder registers itself as a listener for FreshBooksDataAdapter.RowUpdating events that are generated by the FreshBooksDataAdapter specified in this property.

When you create a new instance of FreshBooksCommandBuilder, any existing FreshBooksCommandBuilder associated with this FreshBooksDataAdapter is released.

See Also