6 references to DefaultValueIsNull
System.Data.Common (6)
System\Data\DataColumn.cs (3)
236if (!DefaultValueIsNull) 508if (!DefaultValueIsNull) 1751private bool ShouldSerializeDefaultValue() => !DefaultValueIsNull;
System\Data\xmlsaver.cs (3)
1463if (!col.DefaultValueIsNull) 1474if ((!col.DefaultValueIsNull) && (col.ColumnMapping != MappingType.Hidden)) 1880if (!colTxt.DefaultValueIsNull)