DBConnectionManagerGetConnection Method

Quartz.NET 3.0 API Documentation
Get a database connection from the DataSource with the given name.

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public virtual DbConnection GetConnection(
	string dataSourceName
)

Parameters

dataSourceName
Type: SystemString

[Missing <param name="dataSourceName"/> documentation for "M:Quartz.Util.DBConnectionManager.GetConnection(System.String)"]

Return Value

Type: DbConnection
a database connection

Implements

IDbConnectionManagerGetConnection(String)
See Also

Reference