Advanced.Data.Provider Documentation

AdpCommand.ExecuteReader Method (CommandBehavior)

[This is preliminary documentation and subject to change.]

Sends the CommandText to the Connection and builds a AdpDataReader using one of the CommandBehavior values.

[Visual Basic]
NotOverridable Overloads Public Function ExecuteReader( _
   ByVal behavior As CommandBehavior _
) As AdpDataReader Implements _
   IAdpCommand.ExecuteReader
[C#]
public AdpDataReader ExecuteReader(
   CommandBehavior behavior
);

Parameters

behavior
One of the CommandBehavior values.

Return Value

A AdpDataReader object.

Implements

IAdpCommand.ExecuteReader

See Also

AdpCommand Class | Advanced.Data.Provider Namespace | AdpCommand.ExecuteReader Overload List