1 implementation of Parameters
System.Data.Common (1)
System\Data\Common\DbCommand.cs (1)
63IDataParameterCollection IDbCommand.Parameters => DbParameterCollection;
5 references to Parameters
System.Data.Common (5)
System\Data\Common\DbDataAdapter.cs (5)
700IDataParameterCollection parameters = select.Parameters; 1055ParameterInput(dataCommand.Parameters, statementType, dataRow, tableMapping); 1112batchCommands[0]._parameterCount = dataCommand.Parameters.Count; 1134batchCommands[commandCount]._parameterCount = dataCommand.Parameters.Count; 1571ParameterOutput(dataCommand.Parameters, rowUpdatedEvent.Row, rowUpdatedEvent.TableMapping);