EntityLoadByExample
Last updated
Was this helpful?
Load entities matching an example entity.
EntityLoadByExample(sampleEntity=[any], unique=[boolean])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
Last updated
Was this helpful?
Was this helpful?