3 references to LoadDataRow
System.Data.Common (2)
System\Data\DataTableExtensions.cs (1)
162
table.
LoadDataRow
(values, options.Value);
System\Data\ProviderBase\SchemaMapping.cs (1)
411
dataRow = _dataTable!.
LoadDataRow
(mapped, _loadOption);
System.Data.OleDb (1)
OleDbConnectionInternal.cs (1)
523
table.
LoadDataRow
(values, LoadOption.OverwriteChanges);