Show / Hide Table of Contents

Class ConfigurationSetStorage

Where should Configration be Stored

Inheritance
System.Object
ConfigurationSetStorage
Namespace: MESL.SqlRace.Enumerators
Assembly: MESL.SqlRace.Enumerators.dll
Syntax
public sealed class ConfigurationSetStorage : Enum

Fields

CfgxFile

Configuration Stored in CFGX Files where DB Schema Version >= 1.30 and <= 1.34

Declaration
public const ConfigurationSetStorage CfgxFile
Field Value
Type Description
ConfigurationSetStorage

Database

Configuration Stored in DB where DB Schema Version <= 1.29

Declaration
public const ConfigurationSetStorage Database
Field Value
Type Description
ConfigurationSetStorage

DatabaseEncrypted

Configuration Stored in DB and Encrypted where DB Schema Version >= 1.35

Declaration
public const ConfigurationSetStorage DatabaseEncrypted
Field Value
Type Description
ConfigurationSetStorage

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX