1 write to IdentityMembers
System.Data.Linq (1)
SqlClient\Query\QueryConverter.cs (1)
2716
this.
IdentityMembers
= new List<MemberInfo>(members);
7 references to IdentityMembers
System.Data.Linq (7)
SqlClient\Query\QueryConverter.cs (7)
2715
System.Diagnostics.Debug.Assert(this.
IdentityMembers
== null, "We already have a set of keys -- why are we adding more?");
2738
if (this.
IdentityMembers
!= null) {
2768
if (this.
IdentityMembers
== null || this.
IdentityMembers
.Count == 0) {
2778
if (this.
IdentityMembers
.Count == 1) {
2779
MemberInfo column = this.
IdentityMembers
[0];
2815
foreach (MemberInfo column in this.
IdentityMembers
) {