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