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