Enum ServerType
- Namespace
- PolarDataInterop
- Assembly
- PolarDataInterop.dll
This enum is used to identify the type of database server.
public enum ServerType
- Extension Methods
Fields
JET = 2Connected to a JET database.
ODBC = 3Connected using an ODBC connection.
SQLserver = 1Connected to SQL server.
UNKNOWN = 0Type of database is unknown.