2 overrides of CreateDbCommand
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnectionHelper.cs (1)
153protected override DbCommand CreateDbCommand()
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionHelper.cs (1)
146protected override DbCommand CreateDbCommand()
2 references to CreateDbCommand
System.Data.Common (2)
System\Data\Common\DbConnection.cs (2)
137public DbCommand CreateCommand() => CreateDbCommand(); 139IDbCommand IDbConnection.CreateCommand() => CreateDbCommand();