Mimer Data Provider v9.2

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();

Return Value

The new MimerCommand object.

See Also

MimerConnection Class | Mimer.Data.Client Namespace