Whatever message this page gives is out now! Go check it out!
| EntityLoadByExample(sampleEntity,[unique=false,matchCriteria=""]) |
Parameter | Description |
sampleentity | Name of the sample entity that is used to match and filter similar entities to load. |
<cfset employee= CreateObject("component", "employee")>
<cfset employee.setDepartment("ColdFusion")>
<cfset employee.setCountry("USA")>
<cfset employee=EntityLoadByExample(employee)>