Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.2.dll

Declaration

public bool IsNullable { get; set; }

Property Value

Type Description
Boolean

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

See Also