11 references to FALSE
System.Data (11)
fx\src\data\System\Data\xmlsaver.cs (4)
1231root.SetAttribute(Keywords.MSD_ALLOWDBNULL, Keywords.MSDNS, Keywords.FALSE); 1235root.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.MSDNS, (bool)(col.DefaultValue)? Keywords.TRUE : Keywords.FALSE); 1248root.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.MSDNS, (bool)(col.DefaultValue)? Keywords.TRUE : Keywords.FALSE); 1256root.SetAttribute(Keywords.DEFAULT, (bool)(col.DefaultValue)? Keywords.TRUE : Keywords.FALSE);
fx\src\data\System\Data\XMLSchema.cs (5)
89if ((value == Keywords.FALSE) || (value == Keywords.ZERO_DIGIT)){ 1034if ((value == Keywords.FALSE) || (value == Keywords.ZERO_DIGIT)){ 1377if ((value == Keywords.FALSE) || (value == "False")) 1759if ( attrs[i].Value == Keywords.FALSE) 1858if ( attrs[i].Value == Keywords.FALSE)
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
1322attr.Value = Keywords.FALSE; 1379attr.Value = Keywords.FALSE;