3 writes to sqlDbType
System.Data.Linq (3)
SqlClient\SqlTypeSystemProvider.cs (3)
216this.sqlDbType = type; 220this.sqlDbType = type; 226this.sqlDbType = type;
17 references to sqlDbType
System.Data.Linq (17)
SqlClient\SqlTypeSystemProvider.cs (17)
350switch (this.sqlDbType) { 364switch (this.sqlDbType) { 383switch (this.sqlDbType) { 403switch (this.sqlDbType) { 442return SqlTypeSystem.GetClosestRuntimeType(this.sqlDbType); 457switch (sqlDbType) { 478sb.Append(sqlDbType.ToString()); 486sb.Append(sqlDbType); 496sb.Append(sqlDbType); 511sb.Append(sqlDbType); 548switch (this.sqlDbType) { 564get { return sqlDbType; } 571switch (this.sqlDbType) { 587switch (this.sqlDbType) { 680this.sqlDbType == that.sqlDbType && 697return hash ^ this.sqlDbType.GetHashCode() ^ (this.size ?? 0) ^ (this.precision) ^ (this.scale << 8);