10 references to GetBooleanAttribute
System.Data.Common (10)
System\Data\XMLSchema.cs (10)
575if (GetBooleanAttribute(XmlElement, Keywords.MSD_ISDATASET, /*default:*/ false)) 587if (GetBooleanAttribute(XmlElement, Keywords.MSD_ISDATASET, /*default:*/ false)) 593if (!GetBooleanAttribute(node, Keywords.MSD_ISDATASET, /*default:*/ true)) 1305if (GetBooleanAttribute(keyref, Keywords.MSD_CONSTRAINTONLY, /*default:*/ false)) 1355if (GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false)) 1403bool fPrimaryKey = GetBooleanAttribute(keyNode, Keywords.MSD_PRIMARYKEY, /*default:*/ false); 1683bool isNested = GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false); 2317column.AllowDBNull = GetBooleanAttribute(attr, Keywords.MSD_ALLOWDBNULL, true); 2572if (GetBooleanAttribute(node, Keywords.MSD_USECURRENTLOCALE, false)) 2697bool isNested = GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false);