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

FreshBooksCommandBuilder Constructor(FreshBooksDataAdapter)
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also