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.

[Visual Basic]
Function ExecuteReader() As AdpDataReader
[C#]
AdpDataReader ExecuteReader();

Return Value

The number os rows affected.

See Also

IAdpCommand Interface | Advanced.Data.Provider Namespace | IAdpCommand.ExecuteReader Overload List