2 references to CreateCommand
System.Data.Entity (1)
System\Data\EntityClient\EntityConnection.cs (1)
644return this.CreateCommand();
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (1)
189EntityCommand command = connection.CreateCommand();