Shunde.NET Framework Class Library

DBColumn.MaxAllowed Property

Represents the maximum Value that this column is allowed.

public  MaxAllowed {get; set;}

Remarks

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

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

See Also

DBColumn Class | Shunde.Framework Namespace