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)
191
return(-1 !=
IndexOf
(value));
275
int index =
IndexOf
(sourceColumn);
353
} while (-1 !=
IndexOf
(name));
362
int pindex =
IndexOf
(value);
371
int index = columnMappings.
IndexOf
(sourceColumn);
415
int index = columnMappings.
IndexOf
(sourceColumn);