4 references to OutputParameters
System.Data.Common (2)
System\Data\Common\DbDataAdapter.cs (2)
1424&& (0 != (UpdateRowSource.OutputParameters & batchCommand._updatedRowSource)) && (0 != rowAffected)) 1565&& (0 != (UpdateRowSource.OutputParameters & updatedRowSource)) && (0 != rowUpdatedEvent.RecordsAffected))
System.Data.Odbc (1)
System\Data\Odbc\OdbcCommand.cs (1)
373case UpdateRowSource.OutputParameters:
System.Data.OleDb (1)
OleDbCommand.cs (1)
343case UpdateRowSource.OutputParameters: