SizeAttribute constructor

namespace: Serenity.Data.Mapping   assemblySerenity.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