1 write to dbGeneratedIdentity
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
650this.dbGeneratedIdentity = mm;
3 references to dbGeneratedIdentity
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
648if (this.dbGeneratedIdentity != null) 649throw Error.TwoMembersMarkedAsPrimaryKeyAndDBGenerated(mm.Member, this.dbGeneratedIdentity.Member); 693get { return this.dbGeneratedIdentity; }