16 references to MSD
System.Data.Common (16)
System\Data\DataSet.cs (2)
3448
const string UseDataSetSchemaOnlyString = Keywords.
MSD
+ ":" + Keywords.USEDATASETSCHEMAONLY;
3464
const string udtIsWrappedString = Keywords.
MSD
+ ":" + Keywords.UDTCOLUMNVALUEWRAPPED;
System\Data\xmlsaver.cs (13)
1149
xw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_SCHEMASERIALIZATIONMODE, Keywords.MSDNS, Keywords.MSD_EXCLUDESCHEMA);
1156
XmlElement root = dc.CreateElement(Keywords.
MSD
, Keywords.MSD_RELATION, Keywords.MSDNS);
2360
_xmlw.WriteAttributeString(Keywords.XMLNS, Keywords.
MSD
, null, Keywords.MSDNS);
2533
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.ROWORDER, Keywords.MSDNS, _rowsOrder[row]!.ToString());
2571
_xmlw.WriteAttributeString(Keywords.
MSD
, "hidden" + col.EncodedColumnName, Keywords.MSDNS, value);
2609
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, DataStorage.GetQualifiedName(valuesType));
2635
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, valuesType.FullName);
2639
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, Keywords.TYPEINSTANCE);
2953
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.ROWORDER, Keywords.MSDNS, _rowsOrder![row]!.ToString());
2995
_xmlw.WriteAttributeString(Keywords.
MSD
, "hidden" + col.EncodedColumnName, Keywords.MSDNS, col.ConvertObjectToXml(value));
3043
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, DataStorage.GetQualifiedName(valuesType));
3067
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, valuesType.FullName);
3071
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, Keywords.TYPEINSTANCE);
System\Data\XMLSchema.cs (1)
2819
attrib.Prefix == Keywords.
MSD
&&