| CustomerSettingKeyDataObjectLoadRecompile Field |
Adds the option (RECOMPILE) to the data object loader.
Sometimes the SQL server chooses the wrong execution plan which leads to very long execution times
which may be avoided with a recompile despite of the increated compile time
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic const string DataObjectLoadRecompile = "DOLoadRecompile"
Field Value
Type:
String
See Also