11 references to FALSE
System.Data.Common (11)
System\Data\xmlsaver.cs (4)
1461
root.SetAttribute(Keywords.MSD_ALLOWDBNULL, Keywords.MSDNS, Keywords.
FALSE
);
1465
root.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.MSDNS, (bool)(col.DefaultValue) ? Keywords.TRUE : Keywords.
FALSE
);
1481
root.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.MSDNS, (bool)(col.DefaultValue) ? Keywords.TRUE : Keywords.
FALSE
);
1492
root.SetAttribute(Keywords.DEFAULT, (bool)(col.DefaultValue) ? Keywords.TRUE : Keywords.
FALSE
);
System\Data\XMLSchema.cs (5)
91
if ((value == Keywords.
FALSE
) || (value == Keywords.ZERO_DIGIT))
1225
if ((value == Keywords.
FALSE
) || (value == Keywords.ZERO_DIGIT))
1601
if ((value == Keywords.
FALSE
) || (value == "False"))
2036
if (attrs[i].Value == Keywords.
FALSE
)
2150
if (attrs[i].Value == Keywords.
FALSE
)
System\Xml\XmlDataDocument.cs (2)
1473
attr.Value = Keywords.
FALSE
;
1543
attr.Value = Keywords.
FALSE
;