Advanced.Data.Provider Documentation

IAdpCommand.ExecuteReader Method

[This is preliminary documentation and subject to change.]

Executes a Transact-SQL statement against the connection and returns the number of rows affected.

Overload List

Executes a Transact-SQL statement against the connection and returns the number of rows affected.

AdpDataReader ExecuteReader();

Executes a Transact-SQL statement against the connection and returns the number of rows affected.

AdpDataReader ExecuteReader(CommandBehavior);

See Also

IAdpCommand Interface | Advanced.Data.Provider Namespace