Mimer Data Provider v9.2

MimerCommand Properties

The properties of the MimerCommand class are listed below. For a complete list of MimerCommand class members, see the MimerCommand Members topic.

Public Instance Properties

CommandText Gets or sets the SQL statement to execute at the data source.
CommandTimeout Gets or sets the timeout value to wait for a command to complete. After the selected time an error is generated.
CommandType Specifies how a command string is interpreted.
Connection Gets or sets the MimerConnection used by this instance of the MimerCommand.
Container (inherited from Component) Gets the IContainer that contains the Component.
DesignTimeVisible Gets or sets a value indicating whether the command object should be visible in a customized interface control.
Parameters Gets the current MimerParameterCollection. Each parameter is represented by one entry in the collection.
Site (inherited from Component) Gets or sets the ISite of the Component.
Transaction Gets or sets the MimerTransaction within which the MimerCommand executes.
UpdatedRowSource Gets or sets how command results are applied to the DataRow when used by the Update method of the IDbDataAdapter.

See Also

MimerCommand Class | Mimer.Data.Client Namespace