Skip to main content
.NET 6.0+

NullableAttribute.IsNullable Property

Specifies if a nullable column should be created when updating the database schema for the persistent class member described by the current NullableAttribute object.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public bool IsNullable { get; set; }

Property Value

Type Description
Boolean

true, if a nullable column is created, otherwise, false.

See Also