AtomsFramework Persistence Layer Reference Guide

AFTableAttribute Properties

The properties of the AFTableAttribute class are listed below. For a complete list of AFTableAttribute class members, see the AFTableAttribute Members topic.

Public Instance Properties

CreatedTimestamp The database column used to store the created date timestamp
DatabaseId Gets the database name for the mapped class
DatabaseKey Returns the database key type.
GuidColumn The database column used to store to GUID value.
IsModifyOnly Indicates that the class allows existing objects to be saved, but that no new objects can be created.
IsReadOnly Indicates that the class is readonly.
KeyReference The key field to reference in the parent class.
ModifiedTimestamp The database column used to store the modified date timestamp.
OidColumn The database column used to store to object ID value.
Owner The table owner for the mapped class.
SharedTableField The database column used to differentiate between parent and child classes.
SharedTableValue The value to check for in the SharedTableField
SuperClass The parent class for this class
Table Gets the database table name of the mapped class
TypeId (inherited from Attribute) When implemented in a derived class, gets a unique identifier for this Attribute.

See Also

AFTableAttribute Class | AtomsFramework Namespace