NullableAttribute Constructors
Applies to persistent class’ fields or properties. Specifies if a nullable column should be created when updating the database schema for the target property/field.
Name | Parameters | Description |
---|---|---|
Nullable |
is |
Initializes a new instance of the Nullable |
See Also