1 write to Table
System.Data.Common (1)
System\Data\DataTablePropertyDescriptor.cs (1)
15Table = dataTable;
5 references to Table
System.Data.Common (5)
System\Data\DataSet.cs (1)
3356return FindTable(((DataTablePropertyDescriptor)currentProp).Table, props, propStart + 1);
System\Data\DataTablePropertyDescriptor.cs (4)
26descriptor.Table == Table; 28public override int GetHashCode() => Table.GetHashCode(); 35return dataViewManagerListItem.GetDataView(Table);