1 write to model
System.Data.Linq (1)
SqlClient\Query\SqlBinder.cs (1)
115
this.
model
= model;
2 references to model
System.Data.Linq (2)
SqlClient\Query\SqlBinder.cs (2)
386
MetaType mt = this.
model
.GetMetaType((Type)val.Value);
440
var mt = this.
model
.GetMetaType(obj.ClrType).InheritanceRoot;