Shunde.NET Framework Class Library

DBColumn.MinAllowed Property

Represents the minimum Value that this column is allowed.

public  MinAllowed {get; set;}

Remarks

If there is no minimum, then this should be null.

If a column has a Value lower than the set Value, then a ValidationException will be thrown.

See Also

DBColumn Class | Shunde.Framework Namespace