Shunde.NET Framework Class Library

DBColumn.IsColumnNull Method 

Determines whether the given object should be considered to be null by the database.

public static bool IsColumnNull(
   Object value
);

Remarks

This is true if the Value is null, but also if an int has the Value IntegerNullValue etc.

See Also

DBColumn Class | Shunde.Framework Namespace