6 references to DefaultValueIsNull
System.Data (6)
fx\src\data\System\Data\DataColumn.cs (3)
246
if (!
DefaultValueIsNull
) {
554
if (!
DefaultValueIsNull
) {
1697
return (!
DefaultValueIsNull
);
fx\src\data\System\Data\xmlsaver.cs (3)
1233
if (!col.
DefaultValueIsNull
)
1244
if ((!col.
DefaultValueIsNull
)&& (col.ColumnMapping != MappingType.Hidden)){
1604
if (!colTxt.
DefaultValueIsNull
)