4 references to Table
System.Data (4)
fx\src\data\System\Data\DataSet.cs (1)
3099return FindTable(((DataTablePropertyDescriptor)currentProp).Table, props, propStart + 1);
fx\src\data\System\Data\DataTablePropertyDescriptor.cs (3)
49return(descriptor.Table == Table); 55return Table.GetHashCode();