1 override of CreateCommand
System.Data.Entity (1)
System\Data\EntityClient\EntityCommandDefinition.cs (1)
263public override DbCommand CreateCommand() {
7 references to CreateCommand
System.Data.Entity (6)
System\Data\Common\DbProviderServices.cs (1)
108DbCommand command = commandDefinition.CreateCommand();
System\Data\EntityClient\EntityCommandDefinition.cs (4)
280DbCommand mappedCommand = commandDefinition.CreateCommand(); 426DbCommand storeProviderCommand = definition.CreateCommand(); 544return _mappedCommandDefinitions[0].CreateCommand().CommandText; 549DbCommand mappedCommand = commandDefinition.CreateCommand();
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (1)
49m_dbCommand = commandDefinition.CreateCommand();
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
1617.CreateCommand().CommandText;