/// <param name="dbAttributeName">Name of database-attribute (case-sensitivity is determined from database-attribute-settings) ['null' if the same as field-name]</param>
publicDbAttribute(stringattributeName=null)
{
this._attributeName=attributeName;
this._attributeName=attributeName;// Todo: Automatic resolving of name if it is null (?)
/// <param name="classType">Type of class to which this is the ForeignKey</param>
/// <param name="dbAttributeName">Name of database-attribute (case-sensitivity is determined from database-attribute-settings) ['null' if the same as field-name]</param>
/// <param name="tableName">Name of database-table (case-sensitivity is determined from database-table-settings) ['null' if the same as class-name]</param>
publicDbObject(stringtableName=null)
{
this._tableName=tableName;
this._tableName=tableName;// Todo: Automatic resolving of name if it is null (?)
/// <param name="dbAttributeName">Name of database-attribute (case-sensitivity is determined from database-attribute-settings) ['null' if the same as field-name]</param>
publicDbPrimaryKey(stringattributeName=null)
{
this._attributeName=attributeName;
this._attributeName=attributeName;// Todo: Automatic resolving of name if it is null (?)