SizeAttribute constructor
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Services
Determines size (max length or numeric precision for) for the field.
public SizeAttribute(int value)
| parameter | description |
|---|---|
| value | The value. |
Remarks
Initializes a new instance of the SizeAttribute class.
See Also
- class SizeAttribute