27 references to TRUE
System.Data.Common (27)
System\Data\XMLDiffLoader.cs (2)
97
bool hasErrors = ssync.GetAttribute(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.
TRUE
;
150
bool hasErrors = ssync.GetAttribute(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.
TRUE
;
System\Data\xmlsaver.cs (19)
1025
_dsElement.SetAttribute(Keywords.MSD_ISDATASET, Keywords.MSDNS, Keywords.
TRUE
);
1032
_dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.MSDNS, Keywords.
TRUE
);
1040
_dsElement.SetAttribute(Keywords.MSD_USECURRENTLOCALE, Keywords.MSDNS, Keywords.
TRUE
);
1048
_dsElement.SetAttribute(Keywords.MSD_ISDATASET, Keywords.MSDNS, Keywords.
TRUE
);
1054
_dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.MSDNS, Keywords.
TRUE
);
1062
_dsElement.SetAttribute(Keywords.MSD_USECURRENTLOCALE, Keywords.MSDNS, Keywords.
TRUE
);
1364
root.SetAttribute("ReadOnly", Keywords.MSDNS, Keywords.
TRUE
);
1371
root.SetAttribute("AutoIncrement", Keywords.MSDNS, Keywords.
TRUE
);
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);
1879
root.SetAttribute(Keywords.XSD_NILLABLE, string.Empty, Keywords.
TRUE
);
2031
constraint.SetAttribute(Keywords.MSD_PRIMARYKEY, Keywords.MSDNS, Keywords.
TRUE
);
2155
constraint.SetAttribute(Keywords.MSD_CONSTRAINTONLY, Keywords.MSDNS, Keywords.
TRUE
);
2160
constraint.SetAttribute(Keywords.MSD_ISNESTED, Keywords.MSDNS, Keywords.
TRUE
);
2528
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.HASERRORS, Keywords.DFFNS, Keywords.
TRUE
);
2559
_xmlw.WriteAttributeString(Keywords.XSI, Keywords.XSI_NIL, Keywords.XSINS, Keywords.
TRUE
);
2966
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.HASERRORS, Keywords.DFFNS, Keywords.
TRUE
);
3009
_xmlw.WriteAttributeString(Keywords.XSI, Keywords.XSI_NIL, Keywords.XSINS, Keywords.
TRUE
);
System\Data\XMLSchema.cs (3)
87
if ((value == Keywords.
TRUE
) || (value == Keywords.ONE_DIGIT))
1221
if ((value == Keywords.
TRUE
) || (value == Keywords.ONE_DIGIT))
1599
if ((value == Keywords.
TRUE
) || (value == "True"))
System\Xml\XmlDataDocument.cs (3)
726
attr.Value = Keywords.
TRUE
;
1459
attr.Value = Keywords.
TRUE
;
1465
attr.Value = Keywords.
TRUE
;