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