NotNullAttribute class

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Data

Specifies that field can not be null.

[AttributeUsage(AttributeTargets.All)]
public class NotNullAttribute : SetFieldFlagsAttribute

Public Members

name description
NotNullAttribute() Initializes a new instance of the NotNullAttribute class.

See Also