12 references to TYPE
System.Data (12)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
310
string xsdTypeName = xmlReader.GetAttribute(Keywords.
TYPE
, Keywords.XSINS); // this xsd type: Base type polymorphism
fx\src\data\System\Data\XDRSchema.cs (4)
85
strType = node.GetAttribute(Keywords.
TYPE
);
305
instanceName = node.GetAttribute(Keywords.
TYPE
);
307
throw ExceptionBuilder.MissingAttribute("Element", Keywords.
TYPE
);
364
strType = node.GetAttribute(Keywords.
TYPE
);
fx\src\data\System\Data\XmlDataLoader.cs (1)
1099
xsiTypeString = dataReader.GetAttribute(Keywords.
TYPE
, Keywords.XSINS);
fx\src\data\System\Data\XMLDiffLoader.cs (1)
358
(row.GetAttribute(Keywords.
TYPE
, Keywords.XSINS) != null)) ;
fx\src\data\System\Data\xmlsaver.cs (5)
1049
string keyword = Keywords.
TYPE
;
1557
root.SetAttribute(Keywords.
TYPE
, XSDSchema.QualifiedName(_typeName));
1584
root.SetAttribute( Keywords.
TYPE
, NewDiffgramGen.QualifiedName((string)prefixes[table.TypeName.Namespace], table.TypeName.Name) );
2282
_xmlw.WriteAttributeString(Keywords.XSI, Keywords.
TYPE
, Keywords.XSINS, xsdTypeName);
2653
_xmlw.WriteAttributeString(Keywords.XSI, Keywords.
TYPE
, Keywords.XSINS, xsdTypeName);