This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, One of the new features listed in post from 27 February 2014 is "Allow BeginEdit to not force lazy loading". Because we are struggling exactly with this problem, we would like to know how to activate this feature? Our problem is table with over 70 references, and as soon as BeginEdit() is called all related rows are retrieved. Because it is causing dramatic slow down, we would like to avoid it in most scenarios. We were download newest nightly build, but behaviour doesn't change. How to avoid this lazy loading to be triggered by BeginEdit()? Greetings |
|
|
Set the EnableCandidateFixes flag on the CompatibilityOptions on your LightSpeedContext instance to enable this behaviour. We are intending to make this into a more discoverable option in the future and we will post an update in the nightly + release notes when this occurs.
|
|