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