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