4 references to MSD_ALLOWDBNULL
System.Data.Common (4)
System\Data\xmlsaver.cs (1)
1461
root.SetAttribute(Keywords.
MSD_ALLOWDBNULL
, Keywords.MSDNS, Keywords.FALSE);
System\Data\XMLSchema.cs (3)
2035
if (attrs[i].LocalName == Keywords.
MSD_ALLOWDBNULL
&& attrs[i].NamespaceURI == Keywords.MSDNS)
2149
if (attrs[i].LocalName == Keywords.
MSD_ALLOWDBNULL
&& attrs[i].NamespaceURI == Keywords.MSDNS)
2328
column.AllowDBNull = GetBooleanAttribute(attr, Keywords.
MSD_ALLOWDBNULL
, true);