3 writes to _table
System.Data.Common (3)
System\Data\EnumerableRowCollection.cs (3)
81
_table
= table;
92
_table
= table;
112
_table
= source._table;
7 references to _table
System.Data.Common (7)
System\Data\EnumerableRowCollection.cs (7)
66
return
_table
;
112
_table = source.
_table
;
147
if ((null ==
_table
) || !typeof(DataRow).IsAssignableFrom(typeof(TRow)))
227
_table
,
243
_table
,
253
_table
,
267
view = new LinqDataView(
_table
, _sortExpression.CloneCast<DataRow>());