2 references to LinqDataView
System.Data.Common (2)
System\Data\DataTableExtensions.cs (1)
230
return new
LinqDataView
(table, null);
System\Data\EnumerableRowCollection.cs (1)
267
view = new
LinqDataView
(_table, _sortExpression.CloneCast<DataRow>());