Mimer SQL Data Provider
MimerCommand Class Members
Properties  Methods  Events

Mimer.Data.Client Namespace : MimerCommand Class

The following tables list the members exposed by MimerCommand.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyOverridden. Gets or sets the SQL statement to execute in the database server.  
Public PropertyOverridden. Gets or sets the timeout value to wait for a command to complete. After the selected time an error is generated.  
Public PropertyOverridden. Specifies how a command string is interpreted.  
Public PropertyGets or sets the MimerConnection used by this instance of the MimerCommand.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyOverridden. Gets or sets a value indicating whether the command object should be visible in a customized interface control.  
Public PropertyGets the current MimerParameterCollection. Each parameter is represented by one entry in the collection.  
Public Property (Inherited from System.Data.Common.DbCommand)
Public PropertyGets or sets the MimerTransaction within which the MimerCommand executes.  
Public PropertyOverridden. Gets or sets how command results are applied to the System.Data.DataRow when used by the System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) method of the System.Data.IDbDataAdapter.  
Top
Public Methods
 NameDescription
Public MethodOverridden. Attempts to cancel the execution of a MimerCommand.  
Public MethodCreates a new instance of a MimerParameter object.  
Public Method (Inherited from System.ComponentModel.Component)
Public Method (Inherited from System.Data.Common.DbCommand)
Public MethodOverridden. Executes the current SQL statement using the current connection and returns the number of rows affected.  
Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
Public MethodOverloaded. Executes the CommandText by the server at the specified Connection and returns a MimerDataReader.  
Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
Public MethodOverridden. Executes the query, and returns the first column of the first row in the result set returned by the query. Note that extra columns and/or rows are ignored.  
Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
Public MethodReturn explain text for the first statements compilation.  
Public Method (Inherited from System.Data.Common.DbCommand)
Public Method (Inherited from System.Data.Common.DbCommand)
Public MethodOverridden. Prepares (compiles) the SQL statement specified in the CommandText.  
Public Method (Inherited from System.Data.Common.DbCommand)
Public MethodReset the current command timeout value to its default value (30 seconds).  
Public Method (Inherited from System.Data.Common.DbCommand)
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

MimerCommand Class
Mimer.Data.Client Namespace