19 references to Value
System.Data (19)
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (13)
143
return (Boolean)this.
Value
; // anything else we haven't thought of goes through boxing.
160
return (Byte)this.
Value
; // anything else we haven't thought of goes through boxing.
190
return (DateTime)this.
Value
; // anything else we haven't thought of goes through boxing.
213
return (Decimal)this.
Value
; // anything else we haven't thought of goes through boxing.
224
return (Double)this.
Value
; // anything else we haven't thought of goes through boxing.
249
return (Int16)this.
Value
; // anything else we haven't thought of goes through boxing.
266
return (Int32)this.
Value
; // anything else we haven't thought of goes through boxing.
283
return (Int64)this.
Value
; // anything else we haven't thought of goes through boxing.
300
return (Single)this.
Value
; // anything else we haven't thought of goes through boxing.
320
return (String)this.
Value
; // anything else we haven't thought of goes through boxing.
378
return (String)this.
Value
; // anything else we haven't thought of goes through boxing.
405
return (TimeSpan)this.
Value
; // anything else we haven't thought of goes through boxing.
419
return (DateTimeOffset)this.
Value
; // anything else we haven't thought of goes through boxing.
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (5)
2447
return connection.GetUdtValue(data.
Value
, metaData, false);
2595
return data.
Value
;
2601
return data.
Value
;
2607
return connection.GetUdtValue(data.
Value
, metaData, true);
2616
return data.
Value
;
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
754
return _sqlBufferReturnValue.
Value
;