EntityNameList
Retrieve an array of entity names for this ORM application.
Method Signature
EntityNameList(delimiter=[String], datasource=[String])
Arguments
Argument
Type
Required
Description
Default
delimiter
String
false
The delimiter to use between entity names.
,
datasource
String
false
The name of the datasource to filter on. If provided, only entities configured for this datasource will be returned.
Examples
Related
Last updated
Was this helpful?