Click or drag to resize

SystemUpdateActionBaseOnlyInOIS Property

Set to true if the update action should only be executed in OIS databases (and not in pure ES DBs). Must be set to true if the action relies on data that only exists in an OIS DB (and not in a ES DB). This setting exists for the the benefit of some of the older integrity tests.

Namespace:  Omada.OE.AppLogic.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool OnlyInOIS { get; set; }

Property Value

Type: Boolean

Implements

ISystemUpdateActionOnlyInOIS
See Also