1 write to identities
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
597
this.
identities
= this.dataMembers.Where(m => m.IsPrimaryKey).ToList().AsReadOnly();
1 reference to identities
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
873
get { return this.
identities
; }