Skip to main content
.NET 8.0+

NullableAttribute(Boolean) Constructor

In This Article

Initializes a new instance of the NullableAttribute class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public NullableAttribute(
    bool isNullable
)

#Parameters

Name Type Description
isNullable Boolean

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

See Also