Click or drag to resize

UpdateScripts Class

Update scripts are stored in a two dimentional array. - the first element is the database patch version number - the second element is a SQL string, that can be exexuted within a SqlCommand - there can be many scripts per patch version number - the update script ONLY applies to master databases
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogicUpdateScripts

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class UpdateScripts

The UpdateScripts type exposes the following members.

Constructors
  NameDescription
Public methodUpdateScripts
Top
Fields
  NameDescription
Public fieldStatic memberMaster
Updates to a master database
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also