Advanced.Data.Provider Documentation

AdpCommand Properties

[This is preliminary documentation and subject to change.]

The properties of the AdpCommand class are listed below. For a complete list of AdpCommand class members, see the AdpCommand Members topic.

Public Instance Properties

CommandText Gets or sets the Transact-SQL statement or stored procedure to execute at the data source.
CommandTimeout Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
CommandType Gets or sets a value indicating how the CommandText property is to be interpreted.
Connection Gets or sets the AdpConnection used by this instance of the AdpCommand.
Parameters Gets the AdpParameterCollection.
Provider Gets the AdpProvider used by this instance of the AdpCommand.
Transaction Gets or sets the AdpTransaction within which the AdpCommand executes.
UpdatedRowSource Gets or sets how command results are applied to the DataRow when used by the Update method of the AdpDataAdapter.

See Also

AdpCommand Class | Advanced.Data.Provider Namespace