Shunde.NET Framework Class Library

DBColumn.IntegerNullValue Field

The C# integer Value that represents the database NULL Value

public const Int32 IntegerNullValue = -2147483648;

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