5 references to IndexOf
System.Data (5)
fx\src\data\System\Data\DataSet.cs (3)
452
parentInfo[0] = Tables.
IndexOf
(rel.ParentTable);
458
childInfo[0] = Tables.
IndexOf
(rel.ChildTable);
1341
int relatedTableIndex = this.Tables.
IndexOf
(relatedRow.Table);
fx\src\data\System\Data\DataTable.cs (2)
512
parentInfo[0] = allConstraints ? this.DataSet.Tables.
IndexOf
(fk.RelatedTable) : 0;
518
childInfo[0] = allConstraints ? this.DataSet.Tables.
IndexOf
(fk.Table) : 0 ; //Since the constraint is on the current table, this is the child table.