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