4 references to Contains
System.Data.Common (4)
System\Data\DataSet.cs (2)
801if (Tables.Contains(dt.TableName, value, false, true)) 2288Tables.Contains(root.Name, (root.NamespaceURI.Length == 0) ? null : root.NamespaceURI, false, true))
System\Data\DataTable.cs (2)
1918if (_dataSet.Tables.Contains(TableName, realNamespace, true, true)) 1944if (_dataSet!.Tables.Contains(childTable.TableName, realNamespace, false, true))