Mimer SQL Data Provider
CreateCommand Method (MimerConnection)




Mimer.Data.Client Namespace > MimerConnection Class : CreateCommand Method
Creates and returns a new MimerCommand object associated with the current MimerConnection.
Syntax
'Declaration
 
Public Shadows Function CreateCommand() As MimerCommand
public new MimerCommand CreateCommand()
public function CreateCommand(): MimerCommand; 
public hide function CreateCommand() : MimerCommand;
public: new MimerCommand* CreateCommand(); 

Return Value

The new MimerCommand object.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members