5 instantiations of LinqDataView
System.Data.Common (5)
System\Data\DataTableExtensions.cs (1)
230return new LinqDataView(table, null);
System\Data\EnumerableRowCollection.cs (4)
226view = new LinqDataView( 242view = new LinqDataView( 252view = new LinqDataView( 267view = new LinqDataView(_table, _sortExpression.CloneCast<DataRow>());
2 references to LinqDataView
System.Data.Common (2)
System\Data\EnumerableRowCollection.cs (2)
145internal LinqDataView GetLinqDataView() // Called by AsLinqDataView 152LinqDataView? view = null;