EntityNameArray

Retrieve an array of entity names for this ORM application.

Method Signature

EntityNameArray(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

Last updated

Was this helpful?