2 overrides of CreateDbCommand
System.Data (1)
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (1)
177override protected DbCommand CreateDbCommand() {
System.Data.Entity (1)
System\Data\EntityClient\EntityConnection.cs (1)
642protected override DbCommand CreateDbCommand()
2 references to CreateDbCommand
System.Data (2)
fx\src\data\System\Data\Common\DBConnection.cs (2)
131return CreateDbCommand(); 135return CreateDbCommand();