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