Model Class Read Functions any model
Fetches the last record ordered by primary key value.
Use the property
argument to order by something else.
Returns a model object. Formerly known as findLast.
Name | Type | Required | Default | Description |
---|---|---|---|---|
property | string | No | Name of the property to order by. This argument is also aliased as properties . |