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