Back to Devexpress

NullableAttribute Properties

xpo-devexpress-dot-xpo-dot-nullableattribute-dot-underscore-properties.md

latest1.0 KB
Original Source

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.

NameDescription
IsNullableSpecifies if a nullable column should be created when updating the database schema for the persistent class member described by the current NullableAttribute object.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.

See Also

NullableAttribute Class

NullableAttribute Members

DevExpress.Xpo Namespace