Mimer SQL Data Provider
MimerCommandBuilder Constructor(MimerDataAdapter)




Mimer.Data.Client Namespace > MimerCommandBuilder Class > MimerCommandBuilder Constructor : MimerCommandBuilder Constructor(MimerDataAdapter)
The MimerDataAdapter to associate with this MimerCommandBuilder.
Initializes a new instance of the MimerCommandBuilder class with the associated MimerDataAdapter object.
Syntax
'Declaration
 
Public Function New( _
   ByVal adapter As MimerDataAdapter _
)
public MimerCommandBuilder( 
   MimerDataAdapter adapter
)
public MimerCommandBuilder( 
    adapter: MimerDataAdapter
); 
public function MimerCommandBuilder( 
   adapter : MimerDataAdapter
);
public: MimerCommandBuilder( 
   MimerDataAdapter* adapter
)

Parameters

adapter
The MimerDataAdapter to associate with this MimerCommandBuilder.
Remarks
The DataAdapter property of the MimerCommandBuilder is set according to the adapter argument.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommandBuilder Class
MimerCommandBuilder Members
Overload List
DataAdapter Property