4 references to Id
System.Data.Linq (4)
SqlClient\Query\SqlBinder.cs (2)
1346
if (this.linkMap.TryGetValue(link.
Id
, out cached)) {
1385
this.linkMap.Add(link.
Id
, result);
SqlClient\Query\SqlExpander.cs (2)
83
return new SqlLink(link.
Id
, link.RowType, link.ClrType, link.SqlType, link.Expression, link.Member, exprs, expansion, link.SourceExpression);
269
return new SqlLink(links[0].
Id
, links[0].RowType, links[0].ClrType, links[0].SqlType, links[0].Expression, links[0].Member, kexprs, expansion, links[0].SourceExpression);