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