1 implementation of Parameters
System.Data (1)
fx\src\data\System\Data\Common\DBCommand.cs (1)
118IDataParameterCollection IDbCommand.Parameters {
5 references to Parameters
System.Data (5)
fx\src\data\System\Data\Common\DbDataAdapter.cs (5)
588IDataParameterCollection parameters = select.Parameters; 883ParameterInput(dataCommand.Parameters, statementType, dataRow, tableMapping); 936batchCommands[0].ParameterCount = dataCommand.Parameters.Count; 954batchCommands[commandCount].ParameterCount = dataCommand.Parameters.Count; 1328ParameterOutput(dataCommand.Parameters, rowUpdatedEvent.Row, rowUpdatedEvent.TableMapping);