1 instantiation of EntityDataReader
System.Data.Entity (1)
System\Data\EntityClient\EntityCommand.cs (1)
462
EntityDataReader reader = new
EntityDataReader
(this, _commandDefinition.Execute(this, behavior), behavior);
4 references to EntityDataReader
System.Data.Entity (4)
System\Data\EntityClient\EntityCommand.cs (4)
445
public new
EntityDataReader
ExecuteReader()
458
public new
EntityDataReader
ExecuteReader(CommandBehavior behavior)
462
EntityDataReader
reader = new EntityDataReader(this, _commandDefinition.Execute(this, behavior), behavior);
512
using (
EntityDataReader
reader = ExecuteReader(CommandBehavior.SequentialAccess))