DefaultToolkit Class

The default implementation of the Toolkit interface.

C#
public sealed class DefaultToolkit : Toolkit
Inheritance
DefaultToolkit
Implements

Methods

NewDatabaseLink(string)

Description copied from interface: Toolkit

Gets a new database connection.

Equals(object) (Inherited from object)
GetHashCode() (Inherited from object)
GetType() (Inherited from object)
MemberwiseClone() (Inherited from object)
ToString() (Inherited from object)

Methods Detail

NewDatabaseLink(string)

Description copied from interface: Toolkit

Gets a new database connection.

C#
public DatabaseLink NewDatabaseLink(string databasePath)

Parameters

databasePath
string

Returns

Description copied from interface: Toolkit

The new database connection.

Implements