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