6 references to DefaultValueIsNull
System.Data.Common (6)
System\Data\DataColumn.cs (3)
236if (!DefaultValueIsNull) 507if (!DefaultValueIsNull) 1750private bool ShouldSerializeDefaultValue() => !DefaultValueIsNull;
System\Data\xmlsaver.cs (3)
1455if (!col.DefaultValueIsNull) 1466if ((!col.DefaultValueIsNull) && (col.ColumnMapping != MappingType.Hidden)) 1870if (!colTxt.DefaultValueIsNull)