23 references to SqlValue
System.Data (23)
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (16)
393
return (SqlString)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
432
return (SqlBinary)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
450
return (SqlBoolean)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
462
return (SqlByte)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
474
return (SqlCachedBuffer)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
492
return (SqlXml)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
510
return (SqlDateTime)
SqlValue
; // anything else we haven't thought of goes through boxing.
529
return (SqlDecimal)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
541
return (SqlDouble)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
550
return (SqlGuid)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
568
return (SqlInt16)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
580
return (SqlInt32)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
592
return (SqlInt64)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
604
return (SqlMoney)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
616
return (SqlSingle)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
636
return (SqlString)this.
SqlValue
; // anything else we haven't thought of goes through boxing.
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (3)
2438
return data.
SqlValue
;
2454
return data.
SqlValue
;
2464
return data.
SqlValue
;
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
698
return _sqlBufferReturnValue.
SqlValue
;
752
return _sqlBufferReturnValue.
SqlValue
;
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
4732
buffer[map[i]] = data.
SqlValue
;
4743
buffer[map[i]] = data.
SqlValue
;