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