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 (2)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
179case UpdateRowSource.OutputParameters:
System\Data\Odbc\OdbcCommand.cs (1)
376case UpdateRowSource.OutputParameters: