ExecuteDbDataReader(CommandBehavior) method

Executes the command text against the connection.

Visual Basic syntax

Protected Overrides Function ExecuteDbDataReader (ByVal behavior As CommandBehavior) As DbDataReader

C# syntax

protected override DbDataReader ExecuteDbDataReader (CommandBehavior behavior)

Parameters

Returns

A System.Data.Common.DbDataReader.