4 references to GetTableNoLocks
System.Data.Linq (4)
Mapping\AttributedMetaModel.cs (4)
136
tables.Add(this.
GetTableNoLocks
(rowType));
144
tables.Add(this.
GetTableNoLocks
(rowType));
221
table = this.
GetTableNoLocks
(rowType);
933
MetaTable tbl = model.
GetTableNoLocks
(type);