Class NullSettingAttribute
Attribute that represents the Null-setting of a column
Inheritance
object
Attribute
Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseAnnotations
Assembly: Umbraco.Infrastructure.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class NullSettingAttribute : Attribute
Remarks
This should only be used for Columns that can be Null. By convention the Columns will be "NOT NULL".
Constructors
View SourceNullSettingAttribute()
Declaration
public NullSettingAttribute()
Properties
View SourceNullSetting
Gets or sets the NullSettings for a column
Declaration
public NullSettings NullSetting { get; set; }
Property Value
| Type | Description |
|---|---|
| NullSettings |