1 write to model
System.Data.Linq (1)
SqlClient\Common\SqlFactory.cs (1)
28
this.
model
= model;
2 references to model
System.Data.Linq (2)
SqlClient\Common\SqlFactory.cs (2)
290
MetaType typeOf = this.
model
.GetMetaType((Type)value);
503
MetaType metaType = this.
model
.GetMetaType(member.DeclaringType);