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