NullableAttribute Properties
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 | Description |
---|---|
Is |
Specifies if a nullable column should be created when updating the database schema for the persistent class member described by the current Nullable |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also