Advanced.Data.Provider Documentation

IAdpCommand.ExecuteReader Method (CommandBehavior)

[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( _
   ByVal behavior As CommandBehavior _
) As AdpDataReader
[C#]
AdpDataReader ExecuteReader(
   CommandBehavior behavior
);

Parameters

behavior
One of the CommandBehavior values.

Return Value

The number os rows affected.

See Also

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