14 references to GetTable
System.Data.Linq (14)
ChangeDirector.cs (1)
399
ITable table = this.context.
GetTable
(tracked.Type.InheritanceRoot.Type);
DataBindingList.cs (1)
16
ITable table = context.
GetTable
(metaTable.RowType.Type);
DataContext.cs (2)
424
tb = this.
GetTable
(rowType);
609
GetTable
(inheritanceRoot.Type);
DataServices.cs (3)
213
ITable table = this.context.
GetTable
(type.InheritanceRoot.Type);
239
Expression thisSource = Expression.Constant(context.
GetTable
(rootType));
246
Expression otherSource = Expression.Constant(context.
GetTable
(association.OtherType.InheritanceRoot.Type));
SqlClient\Query\QueryConverter.cs (6)
1863
ITable table = this.services.Context.
GetTable
(rowType);
1909
ITable table = this.services.Context.
GetTable
(typeArgs[0]);
2396
Expression source = this.services.Context.
GetTable
(metaTable.RowType.Type).Expression;
2561
Expression source = this.services.Context.
GetTable
(metaTable.RowType.Type).Expression;
2595
ITable table = this.services.Context.
GetTable
(metaType.InheritanceRoot.Type);
2645
Expression source = this.services.Context.
GetTable
(metaTable.RowType.Type).Expression;
SqlClient\Query\Translator.cs (1)
248
ITable table = this.services.Context.
GetTable
(tableType);