27 references to TRUE
System.Data (27)
fx\src\data\System\Data\XMLDiffLoader.cs (2)
96
bool hasErrors = (bool) (ssync.GetAttribute(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.
TRUE
);
144
bool hasErrors = (bool) (ssync.GetAttribute(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.
TRUE
);
fx\src\data\System\Data\xmlsaver.cs (19)
869
dsElement.SetAttribute(Keywords.MSD_ISDATASET, Keywords.MSDNS, Keywords.
TRUE
);
875
dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.MSDNS, Keywords.
TRUE
);
881
dsElement.SetAttribute(Keywords.MSD_USECURRENTLOCALE, Keywords.MSDNS, Keywords.
TRUE
);
887
dsElement.SetAttribute(Keywords.MSD_ISDATASET, Keywords.MSDNS, Keywords.
TRUE
);
891
dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.MSDNS, Keywords.
TRUE
);
897
dsElement.SetAttribute(Keywords.MSD_USECURRENTLOCALE, Keywords.MSDNS, Keywords.
TRUE
);
1151
root.SetAttribute("ReadOnly", Keywords.MSDNS, Keywords.
TRUE
);
1157
root.SetAttribute("AutoIncrement", Keywords.MSDNS, Keywords.
TRUE
);
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);
1603
root.SetAttribute(Keywords.XSD_NILLABLE, String.Empty, Keywords.
TRUE
);
1748
constraint.SetAttribute(Keywords.MSD_PRIMARYKEY, Keywords.MSDNS, Keywords.
TRUE
);
1856
constraint.SetAttribute(Keywords.MSD_CONSTRAINTONLY , Keywords.MSDNS, Keywords.
TRUE
);
1859
constraint.SetAttribute(Keywords.MSD_ISNESTED, Keywords.MSDNS, Keywords.
TRUE
);
2187
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.HASERRORS, Keywords.DFFNS, Keywords.
TRUE
);
2212
_xmlw.WriteAttributeString(Keywords.XSI, Keywords.XSI_NIL, Keywords.XSINS, Keywords.
TRUE
);
2557
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.HASERRORS, Keywords.DFFNS, Keywords.
TRUE
);
2601
_xmlw.WriteAttributeString(Keywords.XSI, Keywords.XSI_NIL, Keywords.XSINS, Keywords.
TRUE
);
fx\src\data\System\Data\XMLSchema.cs (3)
86
if ((value == Keywords.
TRUE
) || (value == Keywords.ONE_DIGIT)){
1031
if ((value == Keywords.
TRUE
) || (value == Keywords.ONE_DIGIT)){
1375
if ((value == Keywords.
TRUE
) || (value == "True"))
fx\src\data\System\NewXml\XmlDataDocument.cs (3)
652
attr.Value = Keywords.
TRUE
;
1311
attr.Value = Keywords.
TRUE
;
1316
attr.Value = Keywords.
TRUE
;