Service Properties
Service Properties for Virtual Entity Services in CBORM
Property
Type
Required
Default
Description
component extends="cborm.models.VirtualEntityService"{
UserService function init(){
super.init( entityName="User", useQueryCaching=true, eventHandling=false );
return this;
}
}Last updated
Was this helpful?