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