Mimer SQL Data Provider
MimerCommand Constructor()




Mimer.Data.Client Namespace > MimerCommand Class > MimerCommand Constructor : MimerCommand Constructor()
Initializes a new instance of the MimerCommand class.
Syntax
'Declaration
 
Public Function New()
public MimerCommand()
public MimerCommand(); 
public function MimerCommand();
public: MimerCommand();
Remarks
All properties are set to there default values:
Properties Initial Value
CommandText An empty string ("")
CommandTimeout 30
CommandType System.Data.CommandType.Text
Connection null
UpdatedRowSource System.Data.UpdateRowSource.Both
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommand Class
MimerCommand Members
Overload List