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