3 references to ExecuteStoreCommands
System.Data.Entity (3)
System\Data\EntityClient\EntityCommandDefinition.cs (1)
374DbDataReader storeDataReader = ExecuteStoreCommands(entityCommand, behavior);
System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs (1)
189storeReader = commandDefinition.ExecuteStoreCommands(entityCommand, CommandBehavior.Default);
System\Data\Objects\ObjectContext.cs (1)
2684storeReader = commandDefinition.ExecuteStoreCommands(entityCommand, CommandBehavior.Default);