3 references to TableMapping
System.Data (3)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (3)
1431
command = BuildInsertCommand(rowUpdatingEvent.
TableMapping
, datarow);
1434
command = BuildUpdateCommand(rowUpdatingEvent.
TableMapping
, datarow);
1437
command = BuildDeleteCommand(rowUpdatingEvent.
TableMapping
, datarow);