2 overrides of ApplyParameterInfo
System.Data.Odbc (1)
System\Data\Odbc\OdbcCommandBuilder.cs (1)
80protected override void ApplyParameterInfo(DbParameter parameter, DataRow datarow, StatementType statementType, bool whereClause)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
66protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow datarow, System.Data.StatementType statementType, bool whereClause) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
2 references to ApplyParameterInfo
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (2)
1151ApplyParameterInfo(p, row.DataRow, statementType, whereClause); 1203ApplyParameterInfo(p, row.DataRow, statementType, whereClause);