![]() | Overloaded. Initializes a new instance of the AdpCommand class. |
![]() | Gets or sets the Transact-SQL statement or stored procedure to execute at the data source. |
![]() | Gets or sets the wait time before terminating the attempt to execute a command and generating an error. |
![]() | Gets or sets a value indicating how the CommandText property is to be interpreted. |
![]() | Gets or sets the AdpConnection used by this instance of the AdpCommand. |
![]() | Gets the AdpParameterCollection. |
![]() | Gets the AdpProvider used by this instance of the AdpCommand. |
![]() | Gets or sets the AdpTransaction within which the AdpCommand executes. |
![]() | Gets or sets how command results are applied to the DataRow when used by the Update method of the AdpDataAdapter. |
![]() | Attempts to cancel the execution of a AdpCommand. |
![]() | Overloaded. Creates a new instance of a AdpParameter object. |
![]() | Releases the resources used by the AdpCommand. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Overloaded. Executes a Transact-SQL statement defined in CommandText property of AdpCommand and returns a DataSet object. |
![]() | Overloaded. Executes a Transact-SQL statement defined in CommandText property of AdpCommand and returns a DataTable object. |
![]() | Executes a Transact-SQL statement against the connection and returns the number of rows affected. |
![]() | Overloaded. Sends the CommandText to the Connection and builds a AdpDataReader using one of the CommandBehavior values. |
![]() | 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. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Creates a prepared version of the command on an instance of database server. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
AdpCommand Class | Advanced.Data.Provider Namespace