2 writes to _table
System.Data.Common (2)
System\Data\Filter\ExpressionNode.cs (2)
16
_table
= table;
43
_table
= table;
3 references to _table
System.Data.Common (3)
System\Data\Filter\ExpressionNode.cs (3)
23
return ((null !=
_table
) ?
_table
.FormatProvider : System.Globalization.CultureInfo.CurrentCulture);
37
get { return
_table
; }