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