Shunde.NET Framework Class Library

DBColumn.MinLength Property

This is the minimum number of characters allowed for a string in this column

public  MinLength {get; set;}

Remarks

For a string Value, this should always be at least 0. For other types, this Value is ignored.

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

See Also

DBColumn Class | Shunde.Framework Namespace