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