10 references to Value
System.Data (10)
fx\src\data\Microsoft\SqlServer\Server\SqlRecordBuffer.cs (1)
236
return (new SqlXml(byteStream)).
Value
;
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (3)
413
result = new SqlChars( xmlValue.
Value
.ToCharArray() );
648
result = new SqlString( xmlValue.
Value
);
923
result = GetSqlXml_Unchecked( sink, getters, ordinal, context ).
Value
;
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (1)
111
return reader.
Value
; // SqlXml.Value returns string
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (1)
726
string s = data.
Value
;
fx\src\data\System\Data\SqlClient\SqlCachedBuffer.cs (1)
110
return sxml.
Value
;
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
2647
rawValue = new SqlString(xmlValue.
Value
);
fx\src\data\System\Data\SqlClient\SqlEnums.cs (2)
457
comVal = ((SqlXml)sqlVal).
Value
;
703
return sxml.
Value
;