Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Refresh page May 02, 2024 10:27

Return Types
DBDataSource MemDataSource JSDataSource DBDataSourceServer

Supported Clients
SmartClient WebClient NGClient

Property Summary
DBDataSource db Scope property for server/table based data sources.
MemDataSource mem Scope property for in-memory data sources.

Property Details

db

Scope property for server/table based data sources.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

datasources.db.example_data.orders
 

mem

Scope property for in-memory data sources.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

datasources.mem['myds']
 

  • No labels