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)
220
return (-1 !=
IndexOf
(value));
328
int index =
IndexOf
(sourceColumn);
426
} while (-1 !=
IndexOf
(name));
437
int pindex =
IndexOf
(value);
449
int index = columnMappings.
IndexOf
(sourceColumn);
478
int index = columnMappings.
IndexOf
(sourceColumn);