Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable Fields
import { Fields } from "https://deno.land/x/rdw_data@0.7.0/src/providers/ParkerenGeoVerkooppunt.ts";

Fieldnames for ParkerenGeoVerkooppunt

Fieldname Database Column Name Data Type
Areamanagerid areamanagerid Number
Enddatesellingpoint enddatesellingpoint Text
Location location Point
LocationAddress location_address Text
LocationCity location_city Text
LocationState location_state Text
LocationZip location_zip Text
Sellingpointdesc sellingpointdesc Text
Sellingpointid sellingpointid Number
Startdatesellingpoint startdatesellingpoint Text

You can use these fieldnames in your queries to filter, group, or sort your data.

type

{ Areamanagerid; Enddatesellingpoint; Location; LocationAddress; LocationCity; LocationState; LocationZip; Sellingpointdesc; Sellingpointid; Startdatesellingpoint; }