17 references to Add
System.Data (17)
fx\src\data\System\Data\DataTable.cs (11)
2569
SetNewRecordWorker(row, record, DataRowAction.
Add
, false, false, pos, fireEvent, out deferredException); // now we do add the row to collection before OnRowChanged (RaiseRowChanged)
2590
column.CheckColumnConstraint(row, DataRowAction.
Add
);
3026
drcevent = RaiseRowChanging(null, row, DataRowAction.
Add
, true);
3055
EvaluateExpressions(row, DataRowAction.
Add
, null);
3057
RaiseRowChanged(drcevent, row, DataRowAction.
Add
);
3766
if (!column.Computed || eAction != DataRowAction.
Add
) {
3897
if (action == DataRowAction.
Add
) { //if we come here from insert we do insert the row to collection
4005
if (action != DataRowAction.
Add
) {
4325
return(action == DataRowAction.
Add
|| action == DataRowAction.Change ||
4551
action = DataRowAction.
Add
;
6189
if (action == DataRowAction.
Add
||
fx\src\data\System\Data\DataTableReader.cs (1)
801
case DataRowAction.
Add
:
fx\src\data\System\Data\ForeignKeyConstraint.cs (2)
488
else if (action == DataRowAction.
Add
) {
501
action == DataRowAction.
Add
||
fx\src\data\System\Data\UniqueConstraint.cs (1)
237
(action == DataRowAction.
Add
||
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
1788
case DataRowAction.
Add
:
1867
case DataRowAction.
Add
: