2 overrides of CreateDbCommand
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnectionHelper.cs (1)
153
protected override DbCommand
CreateDbCommand
()
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
115
protected override System.Data.Common.DbCommand
CreateDbCommand
() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
2 references to CreateDbCommand
System.Data.Common (2)
System\Data\Common\DbConnection.cs (2)
137
public DbCommand CreateCommand() =>
CreateDbCommand
();
139
IDbCommand IDbConnection.CreateCommand() =>
CreateDbCommand
();