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