Gets Db type used by MonoX - only SQL Server is currently supported.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string DbType { get; }
Visual Basic
Public Shared ReadOnly Property DbType As String
	Get
Visual C++
public:
static property String^ DbType {
	String^ get ();
}
F#
static member DbType : string with get

Property Value

Type: String
The type of the database.

See Also