Symphony Framework
ServerTypes Enumeration
Symphony.dB.SQLSupport Namespace : ServerTypes Enumeration
An enumeration defining the avaialbe database environment supported by Symphony.dB

These methods are designed to be used by the Symphony.dB.SQLDispatcher class and not from user code.

Syntax
public enum ServerTypes : System.Enum 
Members
MemberDescription
MySQL MySQL support.
PostgreSQL PostgreSQL support.
SQLServer Micorosoft SQL Server support.
Remarks

These methods are designed to be used by the Symphony.dB.SQLDispatcher class and not from user code.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Symphony.dB.SQLSupport.ServerTypes

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Symphony.dB.SQLSupport Namespace