Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method ModelQuery.prototype.getColumnName
import { ModelQuery } from "https://deno.land/x/cotton@v0.7.5/src/modelquery.ts";

Get column name on the database from a column property key.

Parameters

propertyKey: string

the property key of the column

Returns

string