Name | Description | |
---|---|---|
![]() | CommandText | Overridden. Gets or sets the SQL statement to execute in the database server. |
![]() | CommandTimeout | Overridden. Gets or sets the timeout value to wait for a command to complete. After the selected time an error is generated. |
![]() | CommandType | Overridden. Specifies how a command string is interpreted. |
![]() | Connection | Gets or sets the MimerConnection used by this instance of the MimerCommand. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | DesignTimeVisible | Overridden. 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 System.Data.Common.DbCommand) |
![]() | Transaction | Gets or sets the MimerTransaction within which the MimerCommand executes. |
![]() | UpdatedRowSource | Overridden. 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. |