Member name | Description |
---|---|
Initializes a new instance of the SACommand class. |
Member name | Description |
---|---|
Gets or sets the text of a SQL statement or stored procedure. |
|
Gets or sets the wait time in seconds before terminating an attempt to execute a command and generating an error. |
|
Gets or sets the type of command represented by an SACommand. |
|
Gets or sets the connection object to which the SACommand object applies. |
|
Gets or sets a value that indicates if the SACommand should be visible in a Windows Form Designer control. The default is true. |
|
A collection of parameters for the current statement. Use question marks in the CommandText to indicate parameters. |
|
Specifies the SATransaction object in which the SACommand executes. |
|
Gets or sets how command results are applied to the DataRow when used by the Update method of the SADataAdapter. |
Member name | Description |
---|---|
Initiates the asynchronous execution of a SQL statement or stored procedure that is described by this SACommand. |
|
Initiates the asynchronous execution of a SQL statement or stored procedure that is described by this SACommand, and retrieves one or more result sets from the database server. |
|
Cancels the execution of an SACommand object. |
|
Provides an SAParameter object for supplying parameters to SACommand objects. |
|
Finishes asynchronous execution of a SQL statement or stored procedure. |
|
Finishes asynchronous execution of a SQL statement or stored procedure, returning the requested SADataReader. |
|
Executes a statement that does not return a result set, such as an INSERT, UPDATE, DELETE, or data definition statement. |
|
Executes a SQL statement that returns a result set. |
|
Executes a statement that returns a single value. If this method is called on a query that returns multiple rows and columns, only the first column of the first row is returned. |
|
Prepares or compiles the SACommand on the data source. |
|
Resets the CommandTimeout property to its default value of 30 seconds. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |