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