Creates and returns a new MimerCommand object associated with the current MimerConnection.
[Visual Basic] Public Function CreateCommand() As MimerCommand [C#] public MimerCommand CreateCommand(); [C++] public: MimerCommand* CreateCommand(); [JScript] public function CreateCommand(): MimerCommand;
The new MimerCommand object.
MimerConnection Class | Mimer.Data.Client Namespace