2 overrides of CreateDbCommand
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnectionHelper.cs (1)
153protected override DbCommand CreateDbCommand()
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
115protected 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)
137public DbCommand CreateCommand() => CreateDbCommand(); 139IDbCommand IDbConnection.CreateCommand() => CreateDbCommand();