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