Search Results for

    Show / Hide Table of Contents

    Class NullSettingAttribute

    Attribute that represents the Null-setting of a column

    Inheritance
    System.Object
    System.Attribute
    Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseAnnotations
    Assembly: cs.temp.dll.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property)]
    public class NullSettingAttribute : Attribute, _Attribute
    Remarks

    This should only be used for Columns that can be Null. By convention the Columns will be "NOT NULL".

    Properties

    NullSetting

    Gets or sets the NullSettings for a column

    Declaration
    public NullSettings NullSetting { get; set; }
    Property Value
    Type Description
    NullSettings
    In This Article
    • Properties
      • NullSetting
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX