6 references to FindTable
System.Data (6)
fx\src\data\System\Data\DataSet.cs (2)
3099return FindTable(((DataTablePropertyDescriptor)currentProp).Table, props, propStart + 1); 3105return FindTable(((DataRelationPropertyDescriptor)currentProp).Relation.ChildTable, props, propStart + 1);
fx\src\data\System\Data\DataView.cs (2)
1224DataTable foundTable = dataSet.FindTable(table, listAccessors, 0); 1243DataTable foundTable = dataSet.FindTable(table, listAccessors, 0);
fx\src\data\System\Data\DataViewManager.cs (2)
313DataTable table = dataSet.FindTable(null, listAccessors, 0); 330DataTable table = dataSet.FindTable(null, listAccessors, 0);