1 write to isNew
System.Data.Linq (1)
SqlClient\Query\SqlFlattener.cs (1)
99
this.
isNew
= true;
2 references to isNew
System.Data.Linq (2)
SqlClient\Query\SqlFlattener.cs (2)
105
if (c == null && col.Expression != null && !this.isInput && (!this.
isNew
|| (this.
isNew
&& !col.Expression.IsConstantColumn))) {