5 references to MSD_LOCALE
System.Data.Common (5)
System\Data\xmlsaver.cs (3)
1036
_dsElement.SetAttribute(Keywords.
MSD_LOCALE
, Keywords.MSDNS, dataSet.Locale.ToString());
1058
_dsElement.SetAttribute(Keywords.
MSD_LOCALE
, Keywords.MSDNS, dt.Locale.ToString());
1789
root.SetAttribute(Keywords.
MSD_LOCALE
, Keywords.MSDNS, table.Locale.ToString());
System\Data\XMLSchema.cs (2)
1605
value = GetMsdataAttribute(node, Keywords.
MSD_LOCALE
);
2569
string? value = GetMsdataAttribute(node, Keywords.
MSD_LOCALE
);