Implemented interface member:
method
IndexOf
System.Data.ITableMappingCollection.IndexOf(System.String)
5 references to IndexOf
System.Data.Common (5)
System\Data\Common\DataTableMappingCollection.cs (5)
170public bool Contains(string? value) => (-1 != IndexOf(value)); 265int index = IndexOf(sourceTable); 361} while (-1 != IndexOf(name)); 372int pindex = IndexOf(value); 385int index = tableMappings.IndexOf(sourceTable);