3 references to TableMapping
System.Data.Common (3)
System\Data\Common\DBCommandBuilder.cs (3)
1607
command = BuildInsertCommand(rowUpdatingEvent.
TableMapping
, datarow);
1610
command = BuildUpdateCommand(rowUpdatingEvent.
TableMapping
, datarow);
1613
command = BuildDeleteCommand(rowUpdatingEvent.
TableMapping
, datarow);