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