| Devart.Common Namespace : DbCommandBase Class |
CommandText | Overridden. Gets or sets the SQL statement to execute against a database. |
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 indicating how the CommandText property is to be interpreted. |
| Gets or sets the |
| Gets the |
Owner | Gets or sets a form or other container that the DbCommandBase instance belongs to. |
ParameterCheck | Gets or sets a value indicating whether the command object regenerates parameter objects if text of the command is changed. |
| Gets the collection of |
| Gets or sets the |
| Gets or sets the |
UpdatedRowSource | Overridden. Gets or sets how command results are applied to the |
BeginExecuteNonQuery | Overloaded. Starts an asynchronous invocation of an ExecuteNonQuery method. |
BeginExecuteReader | Overloaded. Starts an asynchronous invocation of an ExecuteReader method. |
Cancel | Overridden. Attempts to cancel the execution of a query currently running. |
| Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
| Creates a new instance of a |
| Releases all resources used by the |
EndExecuteNonQuery | Ends an asynchronous invocation of the ExecuteNonQuery method. |
EndExecuteReader | Ends an asynchronous invocation of the |
ExecuteNonQuery | Overridden. Executes SQL statement against the Connection and returns the number of rows affected. |
ExecutePageReader | Returns a specific subset of rows when paging through the results of a query. |
| Overloaded. Executes the |
ExecuteScalar | Overridden. Executes the query, and returns the first column of the first row in the result set returned by the query. Extra columns or rows are ignored. |
| Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetRecordCount | Returns count of records in the resultset. |
| Obtains a lifetime service object to control the lifetime policy for this instance. |
Prepare | Overridden. Creates a prepared (or compiled) version of the command on the server. |
ResetCommandTimeout | Resets CommandTimeout to its default value. |
| Returns a |
| Occurs when the component is disposed by a call to the |
DbCommandBase Class | Devart.Common Namespace | DbCommand
© 2002 - 2013 Devart. All Rights Reserved.