EntityCommand.ExecuteDbDataReader Method (CommandBehavior)

 

Executes the command and returns a data reader for reading the results

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

protected override DbDataReader ExecuteDbDataReader(
	CommandBehavior behavior
)

Parameters

behavior
Type: System.Data.CommandBehavior

The behavior to use when executing the command

Return Value

Type: System.Data.Common.DbDataReader

A DbDataReader object