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
#Parameters
Name | Type | Description |
---|---|---|
is |
Boolean | true, if a nullable column is created, otherwise, false. |
See Also