OdsCommand Constructor | Initializes a new instance of the OdsCommand 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 OdsConnection used by this instance of the OdsCommand. |
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. |
ExecuteNonQuery | This method is not supported. |
ExecuteReader | Overloaded. Sends the CommandText to the Connection and builds an OdsDataReader. |
ExecuteScalar | This method is not supported. |
Prepare | This method is not supported. |