Shunde.NET Framework Class Library

DBColumn.DoubleNullValue Field

The C# double Value that represents the database NULL Value

public const Double DoubleNullValue = -1.79769313486232E+308;

Remarks

Setting a column's Value to this Value will cause this column to be set to NULL when saving to the database

See Also

DBColumn Class | Shunde.Framework Namespace