1 write to table
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
591
this.
table
= table;
3 references to table
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
747
get { return this.
table
; }
757
if (this.
table
!= null) {
758
return
table
.RowType.IdentityMembers.Count > 0;