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