2 references to CanRemove
System.Data.Common (2)
System\Data\DataTableCollection.cs (2)
366
if (
CanRemove
(table, true))
378
public bool CanRemove(DataTable? table) =>
CanRemove
(table, false);