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 );
The DataAdapter property of the MimerCommandBuilder is set according to the adapter argument.
MimerCommandBuilder Class | Mimer.Data.Client Namespace | MimerCommandBuilder Constructor Overload List | DataAdapter