ds
ds : cs.DataStore
Parameter | Type | Description | |
---|---|---|---|
Result | cs.DataStore | <- | Reference to the datastore |
Description
The ds
command returns a reference to the datastore matching the current Qodly database.
The datastore is opened automatically and available directly through ds
.
Example
Using the datastore on the Qodly database:
result = ds.Employee.query("firstName = :1","S@")