5 references to OutputParameters
System.Data (5)
fx\src\data\System\Data\Common\DbDataAdapter.cs (2)
1206&& (0 != (UpdateRowSource.OutputParameters & batchCommand.UpdatedRowSource)) && (0 != rowAffected)) // MDAC 71174 1323&& (0 != (UpdateRowSource.OutputParameters & updatedRowSource)) && (0 != rowUpdatedEvent.RecordsAffected)) { // MDAC 71174
fx\src\data\System\Data\Odbc\OdbcCommand.cs (1)
351case UpdateRowSource.OutputParameters:
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
333case UpdateRowSource.OutputParameters:
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
778case UpdateRowSource.OutputParameters: