ExcelCommand Constructor | Initializes a new instance of the ExcelCommand class. |
CommandText | Overridden. Gets or sets the statement to execute at the data source. |
CommandTimeout | Overridden. Gets or sets the wait time before terminating the attempt to execute a command and generating an error. |
CommandType | Overridden. Gets or sets a value indicating how the CommandText property is to be interpreted. |
Connection | Gets or sets the ExcelConnection used by this instance of the ExcelCommand. |
Parameters | This property is not supported. |
Transaction | This property is not supported. |
UpdatedRowSource | This property is not supported. |
Cancel | This method is not supported. |
CreateParameter | This method is not supported. |
Dispose (inherited from Component) | Overloaded. Releases the resources used by the Component. |
ExecuteNonQuery | This method is not supported. |
ExecutePicker | Overloaded. Sends the CommandText to the Connection and builds an ExcelDataPicker. |
ExecuteReader | Overloaded. Sends the CommandText to the Connection and builds an ExcelDataReader. |
ExecuteScalar | This method is not supported. |
Prepare | This method is not supported. |