Click or drag to resize

ConversionOptionsHandleDBNullAsNull Property

If true, Value is handled the same way as null. This option is true by default.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public bool HandleDBNullAsNull { get; set; }

Property Value

Type: Boolean

Implements

IConversionOptionsHandleDBNullAsNull
See Also