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