9 references to MSD_DEFAULTVALUE
System.Data (9)
fx\src\data\System\Data\xmlsaver.cs (5)
1235
root.SetAttribute(Keywords.
MSD_DEFAULTVALUE
, Keywords.MSDNS, (bool)(col.DefaultValue)? Keywords.TRUE : Keywords.FALSE);
1239
root.SetAttribute(Keywords.
MSD_DEFAULTVALUE
, Keywords.MSDNS, col.ConvertObjectToXml(col.DefaultValue));
1248
root.SetAttribute(Keywords.
MSD_DEFAULTVALUE
, Keywords.MSDNS, (bool)(col.DefaultValue)? Keywords.TRUE : Keywords.FALSE);
1251
root.SetAttribute(Keywords.
MSD_DEFAULTVALUE
, Keywords.MSDNS, col.ConvertObjectToXml(col.DefaultValue));
1607
sc.SetAttribute(Keywords.
MSD_DEFAULTVALUE
, Keywords.MSDNS, colTxt.ConvertObjectToXml(colTxt.DefaultValue));
fx\src\data\System\Data\XMLSchema.cs (4)
1763
if ( attrs[i].LocalName == Keywords.
MSD_DEFAULTVALUE
&& attrs[i].NamespaceURI == Keywords.MSDNS)
1862
if ( attrs[i].LocalName == Keywords.
MSD_DEFAULTVALUE
&& attrs[i].NamespaceURI == Keywords.MSDNS)
2015
String defValue = GetMsdataAttribute(attr, Keywords.
MSD_DEFAULTVALUE
);
2027
string strDefault = (attrib.Use == XmlSchemaUse.Required) ? GetMsdataAttribute(attr, Keywords.
MSD_DEFAULTVALUE
) : attr.DefaultValue;