Shunde.NET Framework Class Library

DBColumn.ShortNullValue Field

The C# short Value that represents the database NULL Value

public const Int32 ShortNullValue = -32768;

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