DataLayerOptions.NullableBehavior Property
In This Article
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public NullableBehavior NullableBehavior { get; set; }
#Property Value
Type |
---|
Nullable |
Available values:
Name | Description |
---|---|
Default | The default mode. Has the same effect as Always |
Always |
A nullable column is always created. |
By |
A nullable column is created when the mapped property type is not a value type. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Nullable |
---|---|
Data |
|
See Also