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