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 |
|---|---|---|
| NullableAttribute(Boolean) | isNullable | Initializes a new instance of the NullableAttribute class. |
See Also