NullableAttribute(Boolean) Constructor
Initializes a new instance of the NullableAttribute class.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
isNullable | Boolean | true, if a nullable column is created, otherwise, false. |
See Also