Service Properties
Service Properties - Configuration options for the Base ORM Service in CBORM.
Property
Type
Required
Default
Description
component extends="cborm.models.BaseORMService"{
public UserService function init(){
super.init( useQueryCaching=true, eventHandling=false );
return this;
}
}Last updated
Was this helpful?