Mimer SQL Data Provider
CreateParameter Method (MimerCommand)




Mimer.Data.Client Namespace > MimerCommand Class : CreateParameter Method
Creates a new instance of a MimerParameter object.
Syntax
'Declaration
 
Public Shadows Function CreateParameter() As MimerParameter
public new MimerParameter CreateParameter()
public function CreateParameter(): MimerParameter; 
public hide function CreateParameter() : MimerParameter;
public: new MimerParameter* CreateParameter(); 

Return Value

A new MimerParameter object for the current MimerCommand.
Remarks
You must still add it to the Parameters collection.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommand Class
MimerCommand Members