'Declaration Public Function New( _ ByVal adapter As TdDataAdapter _ )
'Usage Dim adapter As TdDataAdapter Dim instance As New TdCommandBuilder(adapter)
public TdCommandBuilder( TdDataAdapter adapter )
public: TdCommandBuilder( TdDataAdapter^ adapter )
Parameters
- adapter
- An instance of TdDataAdapter to attach to and generate TdCommand objects for.