Table of Contents

Enum DB2Version

Namespace
LinqToDB.DataProvider.DB2
Assembly
linq2db.dll

DB2 server type. Note that for IMB i (DB2 iSeries) you should use 3rd-party provider linq2db4iSeries https://www.nuget.org/packages/linq2db4iSeries.

public enum DB2Version
Extension Methods

Fields

AutoDetect = 0

Automatically detect server version by asking server for it's type.

LUW = 1

DB2 LUW (aka Db2) server.

zOS = 2

DB2 for z/OS server.