NullableBehaviorAttribute Properties
Applied to persistent classes. Specifies if nullable columns should be created when updating the database schema for the target class.| Name | Description |
|---|---|
| NullableBehavior | Gets a value indicating if nullable columns should be created when updating the database schema. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also