16 references to MSD
System.Data (16)
fx\src\data\System\Data\DataSet.cs (2)
3128
const string useDataSetSchemaOnlyString = Keywords.
MSD
+ ":" + Keywords.USEDATASETSCHEMAONLY;
3143
const string udtIsWrappedString = Keywords.
MSD
+ ":" + Keywords.UDTCOLUMNVALUEWRAPPED;
fx\src\data\System\Data\xmlsaver.cs (13)
965
xw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_SCHEMASERIALIZATIONMODE, Keywords.MSDNS, Keywords.MSD_EXCLUDESCHEMA);
972
XmlElement root = dc.CreateElement(Keywords.
MSD
, Keywords.MSD_RELATION, Keywords.MSDNS);
2040
_xmlw.WriteAttributeString(Keywords.XMLNS, Keywords.
MSD
, null, Keywords.MSDNS);
2192
_xmlw.WriteAttributeString( Keywords.
MSD
, Keywords.ROWORDER, Keywords.MSDNS, rowsOrder[row].ToString());
2224
_xmlw.WriteAttributeString(Keywords.
MSD
, "hidden"+col.EncodedColumnName, Keywords.MSDNS, value);
2254
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, DataStorage.GetQualifiedName(valuesType));
2275
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, valuesType.FullName);
2278
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, Keywords.TYPEINSTANCE);
2547
_xmlw.WriteAttributeString( Keywords.
MSD
, Keywords.ROWORDER, Keywords.MSDNS, rowsOrder[row].ToString());
2587
_xmlw.WriteAttributeString(Keywords.
MSD
, "hidden"+col.EncodedColumnName, Keywords.MSDNS, col.ConvertObjectToXml(value));
2627
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, DataStorage.GetQualifiedName(valuesType));
2646
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, valuesType.FullName);
2649
_xmlw.WriteAttributeString(Keywords.
MSD
, Keywords.MSD_INSTANCETYPE, Keywords.MSDNS, Keywords.TYPEINSTANCE);
fx\src\data\System\Data\XMLSchema.cs (1)
2429
attrib.Prefix == Keywords.
MSD
&&