Enum NullableBehavior
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
Contains values specifying if a nullable column should be created when updating the database schema.
public enum NullableBehavior
Fields
AlwaysAllowNulls = 1
A nullable column is always created.
ByUnderlyingType = 2
A nullable column is created when the mapped property type is not a value type.
Default = 0
The default mode. Has the same effect as AlwaysAllowNulls.