Class | Description | |
---|---|---|
CaptionAttribute | The caption for this property. The caption is used in validation messages. | |
ChildObjectAttribute | Decorate on a child list for a one to many relationship | |
ColumnIndexAttribute | Holds information about the index for a column | |
ColumnMappingAttribute | Defines a mapping of the property to a database column. | |
CompositeKeyAttribute | Indicates that this property is part of a composite key | |
CompositionAttribute | Decorate a class property with this attribute to save into the same table | |
DefaultValueAttribute | The default value for this property. See also SetDefaults | |
IgnoreClassAttribute | Ignore this class when performing a database Setup() or SynchronizeNamespace() | |
IgnoreColumnAttribute | Ignore this property when mapping or performing database operations | |
NullableAttribute | If true, this property is nullable | |
ParentObjectAttribute | Decorate on a parent property to indicate a many to one relationship | |
PrimaryKeyAttribute | This property is the primary key | |
TableIndexAttribute | Create an index on multiple columns for a table | |
TableMappingAttribute | Defines the name of the physical table that represents rows of this object. | |
UniqueAttribute | If true, this property is unique |