3 references to ToTable
System.Data (3)
fx\src\data\System\Data\DataView.cs (3)
1668
return
ToTable
(null, false, new string[0]);
1672
return
ToTable
(tableName, false, new string[0]);
1676
return
ToTable
(null, distinct, columnNames);