Implemented interface member:
method
IndexOf
System.Data.IColumnMappingCollection.IndexOf(System.String)
6 references to IndexOf
System.Data.Common (6)
System\Data\Common\DataColumnMappingCollection.cs (6)
220return (-1 != IndexOf(value)); 328int index = IndexOf(sourceColumn); 426} while (-1 != IndexOf(name)); 437int pindex = IndexOf(value); 449int index = columnMappings.IndexOf(sourceColumn); 478int index = columnMappings.IndexOf(sourceColumn);