namespace Umbraco.Core.Persistence.DatabaseAnnotations { /// /// Enum with the 2 possible Null settings: Null or Not Null /// public enum NullSettings { Null, NotNull } }