OleDbCommand Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| CommandText | Overridden. Gets or sets the SQL statement or stored procedure to execute at the data source. |
| CommandTimeout | Overridden. Gets or sets the wait time before terminating an attempt to execute a command and generating an error. |
| CommandType | Overridden. Gets or sets a value that indicates how the CommandText property is interpreted. |
| Connection | Gets or sets the OleDbConnection used by this instance of the OleDbCommand. |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
| DesignTimeVisible | Overridden. Gets or sets a value that indicates whether the command object should be visible in a customized Windows Forms Designer control. |
| Parameters | Gets the OleDbParameterCollection. |
| Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
| Transaction | Gets or sets the OleDbTransaction within which the OleDbCommand executes. |
| UpdatedRowSource | Overridden. Gets or sets how command results are applied to the DataRow when used by the Update method of the OleDbDataAdapter. |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
Reference
OleDbCommand ClassSystem.Data.OleDb Namespace
OleDbDataAdapter
OleDbConnection