Name | Description | |
---|---|---|
![]() | TdCommand Constructor | Overloaded. |
The following tables list the members exposed by TdCommand.
Name | Description | |
---|---|---|
![]() | TdCommand Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CommandText | Overridden. Gets or Sets the SQL request to execute. |
![]() | CommandTimeout | Overridden. Gets or sets the wait time before aborting the execution of the command. |
![]() | CommandType | Overridden. Gets or sets how the CommandText property is interpreted. |
![]() | Connection | Gets or sets the TdConnection instance used to execute the command. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | DesignTimeVisible | Overridden. Gets or sets a value indicating that the command object is visible in a customized Windows Forms Designer control. |
![]() | GeneratedDataBehavior | Gets or sets the generated data retrieval behavior. |
![]() | Parameters | Gets the TdParameterCollection object. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Transaction | Gets or sets the explicit transaction in which the TdCommand executes. |
![]() | UpdatedRowSource | Overridden. Gets or sets how command results are applied to the DataRow when used by the Update method of the TdDataAdapter. |
Name | Description | |
---|---|---|
![]() | BeginExecuteNonQuery | Overloaded. |
![]() | BeginExecuteReader | Overloaded. |
![]() | Cancel | Overridden. Cancels (Aborts) the execution of a TdCommand object. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | CreateParameter | Creates a new instance of the TdParameter class. |
![]() | Dispose() | (Inherited from System.ComponentModel.Component) |
![]() | EndExecuteNonQuery | Ends the asynchronous execution. |
![]() | EndExecuteReader | Completes the asynchronous execution of a corresponding BeginExecuteReader. |
![]() | Equals | (Inherited from object) |
![]() | ExecuteCreateProcedure | ExecuteCreateProcedure executes an internal form of the CREATE PROCEDURE statement. |
![]() | ExecuteNonQuery | Overridden. Executes a SQL statement and returns the number of rows affected. |
![]() | ExecuteNonQueryAsync | Overloaded. Overridden. |
![]() | ExecuteReader | Overloaded. |
![]() | ExecuteReaderAsync | Overloaded. |
![]() | ExecuteScalar | Overridden. Executes the SQL statement (CommandText property) and returns the first column of the first row. |
![]() | ExecuteScalarAsync | Overloaded. Overridden. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from object) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | Prepare | Overridden. Prepares the SQL statement (CommandText Property). |
![]() | ResetCommandTimeout | Resets the CommandTimeout property to the default value. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |