The properties of the AdpCommand class are listed below. For a complete list of AdpCommand class members, see the AdpCommand Members topic.
![]() | 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. |
AdpCommand Class | Advanced.Data.Provider Namespace