NullableBehaviorAttribute Constructors
Applied to persistent classes. Specifies if nullable columns should be created when updating the database schema for the target class.| Name | Parameters | Description |
|---|---|---|
| NullableBehaviorAttribute(NullableBehavior) | nullableBehavior | Initializes a new instance of the NullableBehaviorAttribute class. |
See Also