25 references to Type
System.Data.SqlXml (25)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
431
types[i] = XmlQueryTypeFactory.
Type
((XmlTypeCode)Enum.Parse(typeof(XmlTypeCode), codes[i]), strict);
System\Xml\Xsl\XmlQueryTypeFactory.cs (24)
189
public static readonly XmlQueryType Item = TF.
Type
(XmlTypeCode.Item, false);
191
public static readonly XmlQueryType Node = TF.
Type
(XmlTypeCode.Node, false);
193
public static readonly XmlQueryType Element = TF.
Type
(XmlTypeCode.Element, false);
195
public static readonly XmlQueryType Document = TF.
Type
(XmlTypeCode.Document, false);
197
public static readonly XmlQueryType Attribute = TF.
Type
(XmlTypeCode.Attribute, false);
200
public static readonly XmlQueryType Namespace = TF.
Type
(XmlTypeCode.Namespace, false);
202
public static readonly XmlQueryType Text = TF.
Type
(XmlTypeCode.Text, false);
204
public static readonly XmlQueryType Comment = TF.
Type
(XmlTypeCode.Comment, false);
206
public static readonly XmlQueryType PI = TF.
Type
(XmlTypeCode.ProcessingInstruction, false);
217
public static readonly XmlQueryType AnyAtomicType = TF.
Type
(XmlTypeCode.AnyAtomicType, false);
219
public static readonly XmlQueryType String = TF.
Type
(XmlTypeCode.String, false);
220
public static readonly XmlQueryType StringX = TF.
Type
(XmlTypeCode.String, true);
222
public static readonly XmlQueryType Boolean = TF.
Type
(XmlTypeCode.Boolean, false);
223
public static readonly XmlQueryType BooleanX = TF.
Type
(XmlTypeCode.Boolean, true);
224
public static readonly XmlQueryType Int = TF.
Type
(XmlTypeCode.Int, false);
225
public static readonly XmlQueryType IntX = TF.
Type
(XmlTypeCode.Int, true);
227
public static readonly XmlQueryType IntegerX = TF.
Type
(XmlTypeCode.Integer, true);
228
public static readonly XmlQueryType LongX = TF.
Type
(XmlTypeCode.Long, true);
229
public static readonly XmlQueryType DecimalX = TF.
Type
(XmlTypeCode.Decimal, true);
230
public static readonly XmlQueryType FloatX = TF.
Type
(XmlTypeCode.Float, true);
231
public static readonly XmlQueryType Double = TF.
Type
(XmlTypeCode.Double, false);
232
public static readonly XmlQueryType DoubleX = TF.
Type
(XmlTypeCode.Double, true);
233
public static readonly XmlQueryType DateTimeX = TF.
Type
(XmlTypeCode.DateTime, true);
234
public static readonly XmlQueryType QNameX = TF.
Type
(XmlTypeCode.QName, true);