EntityLoadByExample

Load entities matching an example entity.

Method Signature

EntityLoadByExample(sampleEntity=[any], unique=[boolean])

Arguments

Argument
Type
Required
Description
Default

sampleEntity

any

true

Instance of an ORM entity to use as an example for the query.

unique

boolean

false

Whether to return a single unique result (true) or an array of results (false).

false

Examples

Last updated

Was this helpful?