3 references to ToString
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilXmlWriter.cs (2)
130
this.writer.WriteAttributeString("xmlType", node.XmlType.
ToString
((this.options & Options.RoundTripTypeInfo) != 0 ? "S" : "G"));
220
this.writer.WriteString(((XmlQueryType) value).
ToString
((this.options & Options.TypeInfo) != 0 ? "G" : "S"));
System\Xml\Xsl\XmlQueryType.cs (1)
376
return
ToString
("G");