Click or drag to resize

PFConnectionSelectionMode Enumeration

Describes the way an SQL connection leading to a Packflow database will be chosen.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFConnectionSelectionMode
Members
  Member nameValueDescription
Standard0 Default way, uses the "PFConnectionString" entry in the ConnectionStrings.config file of the Packflow site.
Admin1 Uses (if available!) the "PFAdminConnectionString" entry in the ConnectionStrings.config file of the Packflow site. This mode is only authorized to Packflow administration modules.
CustomEntry2 Uses a specific entry in the ConnectionStrings.config file of the Packflow site OR in the same file found in the directory of the executing application. This mode is only authorized outside IIS processes.
CustomString3 Uses a specific connection. This mode is only authorized outside IIS processes.
See Also