5 references to MSD_ISDATASET
System.Data (5)
fx\src\data\System\Data\xmlsaver.cs (2)
869
dsElement.SetAttribute(Keywords.
MSD_ISDATASET
, Keywords.MSDNS, Keywords.TRUE);
887
dsElement.SetAttribute(Keywords.
MSD_ISDATASET
, Keywords.MSDNS, Keywords.TRUE);
fx\src\data\System\Data\XMLSchema.cs (3)
502
if (GetBooleanAttribute(XmlElement, Keywords.
MSD_ISDATASET
, /*default:*/ false)) {
511
if (GetBooleanAttribute(XmlElement, Keywords.
MSD_ISDATASET
, /*default:*/ false))
517
if (!GetBooleanAttribute(node, Keywords.
MSD_ISDATASET
, /*default:*/ true))