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