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