Implemented interface member:
method
IndexOf
System.Data.IColumnMappingCollection.IndexOf(System.String)
6 references to IndexOf
System.Data (6)
fx\src\data\System\Data\Common\DataColumnMappingCollection.cs (6)
191return(-1 != IndexOf(value)); 275int index = IndexOf(sourceColumn); 353} while (-1 != IndexOf(name)); 362int pindex = IndexOf(value); 371int index = columnMappings.IndexOf(sourceColumn); 415int index = columnMappings.IndexOf(sourceColumn);