Return to v1.4.5 docs

tableName()



Returns the name of the database table that this model is mapped to.

tableName() <!--- Check what table the user model uses --->
<cfset whatAmIMappedTo = model("user").tableName()>