Mimer Data Provider

MimerConnection.CreateCommand Method 

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;

Return Value

The new MimerCommand object.

See Also

MimerConnection Class | Mimer.Data.Client Namespace