Shunde.NET Framework Class Library

DBColumn.FloatNullValue Field

The C# float Value that represents the database NULL Value

public const Single FloatNullValue = -3.402823E+38;

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