1 write to table
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
553
this.
table
= table;
3 references to table
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
673
get { return this.
table
; }
683
if (this.
table
!= null) {
684
return
table
.RowType.IdentityMembers.Count > 0;