Mimer Data Provider

MimerCommandBuilder Constructor (MimerDataAdapter)

Initializes a new instance of the MimerCommandBuilder class with the associated MimerDataAdapter object.

[Visual Basic]
Public Sub New( _ 
   ByVal adapter As MimerDataAdapter _ 
)
[C#]
public MimerCommandBuilder(
   MimerDataAdapter adapter
);
[C++]
public: MimerCommandBuilder(
   MimerDataAdapter* adapter
);
[JScript]
public function 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.

See Also

MimerCommandBuilder Class | Mimer.Data.Client Namespace | MimerCommandBuilder Constructor Overload List | DataAdapter