2 writes to sqlType
System.Data.Linq (2)
SqlClient\Common\SqlNode.cs (2)
203this.sqlType = sqlType; 211this.sqlType = type;
1 reference to sqlType
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
207get { return this.sqlType; }