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