2 writes to addPrimaryKeys
System.Data.Linq (2)
SqlClient\Query\SqlReorderer.cs (2)
139
this.
addPrimaryKeys
= true;
175
this.
addPrimaryKeys
= savePK;
2 references to addPrimaryKeys
System.Data.Linq (2)
SqlClient\Query\SqlReorderer.cs (2)
92
if (this.
addPrimaryKeys
&& (tab != null || tvf != null)) {
133
bool savePK = this.
addPrimaryKeys
;