Shunde.NET Framework Class Library

DBColumn.AllowNulls Property

Specifies whether or not this column allows NULL values into the database.

public  AllowNulls {get; set;}

Remarks

If a this is set to false and the Value being saved is null, then a ValidationException will be thrown.

See Also

DBColumn Class | Shunde.Framework Namespace