5 references to MSD_CASESENSITIVE
System.Data.Common (5)
System\Data\xmlsaver.cs (3)
1030_dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.MSDNS, Keywords.TRUE); 1052_dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.MSDNS, Keywords.TRUE); 1775root.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.MSDNS, table.CaseSensitive.ToString());
System\Data\XMLSchema.cs (2)
1584string? value = GetStringAttribute(typeNode, Keywords.MSD_CASESENSITIVE, ""); 1587value = GetStringAttribute(node, Keywords.MSD_CASESENSITIVE, "");