The type of database connected to

Namespace:  DbNetLink.Data
Assembly:  DbNetLink.DbNetData (in DbNetLink.DbNetData.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DatabaseType Database { get; }
Visual Basic (Declaration)
Public ReadOnly Property Database As DatabaseType
Visual C++
public:
property DatabaseType Database {
	DatabaseType get ();
}

Remarks

Property is read-only. To assign the database type it must be passed as a parameter to the constructor

See Also