12 references to TYPE
System.Data.Common (12)
System\Data\Common\ObjectStorage.cs (1)
373
string? xsdTypeName = xmlReader.GetAttribute(Keywords.
TYPE
, Keywords.XSINS); // this xsd type: Base type polymorphism
System\Data\XDRSchema.cs (4)
83
strType = node.GetAttribute(Keywords.
TYPE
);
334
instanceName = node.GetAttribute(Keywords.
TYPE
);
336
throw ExceptionBuilder.MissingAttribute("Element", Keywords.
TYPE
);
397
strType = node.GetAttribute(Keywords.
TYPE
);
System\Data\XmlDataLoader.cs (1)
1169
xsiTypeString = _dataReader.GetAttribute(Keywords.
TYPE
, Keywords.XSINS);
System\Data\XMLDiffLoader.cs (1)
393
(row.GetAttribute(Keywords.
TYPE
, Keywords.XSINS) != null));
System\Data\xmlsaver.cs (5)
1245
string keyword = Keywords.
TYPE
;
1830
root.SetAttribute(Keywords.
TYPE
, XSDSchema.QualifiedName(_typeName));
1861
root.SetAttribute(Keywords.
TYPE
, NewDiffgramGen.QualifiedName((string)_prefixes[table.TypeName.Namespace]!, table.TypeName.Name));
2644
_xmlw.WriteAttributeString(Keywords.XSI, Keywords.
TYPE
, Keywords.XSINS, xsdTypeName);
3076
_xmlw.WriteAttributeString(Keywords.XSI, Keywords.
TYPE
, Keywords.XSINS, xsdTypeName);