4D v17.4ds |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v17.4
ds
|
ds -> Result | ||||||||
Parameter | Type | Description | ||||||
Result | DataStore |
![]() |
New datastore reference object | |||||
The ds command returns a new reference to the datastore matching the current 4D database.
Note: Using ds requires that your database is compliant with ORDA, as specified in the ORDA prerequisites section.
This datastore is opened automatically and available directly through ds. The following rules are applied:
For more information about datastore implementation, please refer to the Datastore section.
Using the main datastore on the 4D database:
$result:=ds.Employee.query("firstName = :1";"S@")
Product: 4D
Theme: ORDA - DataStore
Number:
1482
Created: 4D v17
4D Language Reference ( 4D v17)
4D Language Reference ( 4D v17.1)
4D Language Reference ( 4D v17.2)
4D Language Reference ( 4D v17.3)
4D Language Reference ( 4D v17.4)