Skip to main content
A newer version of this page is available. .

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

Declaration

public bool IsNullable { get; set; }

Property Value

Type Description
Boolean

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

See Also