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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if a nullable column is created, otherwise, false. |
See Also