10 references to GetBooleanAttribute
System.Data (10)
fx\src\data\System\Data\XMLSchema.cs (10)
502if (GetBooleanAttribute(XmlElement, Keywords.MSD_ISDATASET, /*default:*/ false)) { 511if (GetBooleanAttribute(XmlElement, Keywords.MSD_ISDATASET, /*default:*/ false)) 517if (!GetBooleanAttribute(node, Keywords.MSD_ISDATASET, /*default:*/ true)) 1112if (GetBooleanAttribute(keyref, Keywords.MSD_CONSTRAINTONLY, /*default:*/ false)) { 1153if (GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false)) { 1199bool fPrimaryKey = GetBooleanAttribute(keyNode, Keywords.MSD_PRIMARYKEY, /*default:*/ false); 1458bool isNested = GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false); 2014column.AllowDBNull = GetBooleanAttribute(attr, Keywords.MSD_ALLOWDBNULL, true) ; 2233if (GetBooleanAttribute(node, Keywords.MSD_USECURRENTLOCALE, false)) { 2336bool isNested = GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false);