IDbConnectionManagerGetConnection Method

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

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

C#
DbConnection GetConnection(
	string dataSourceName
)

Parameters

dataSourceName
Type: SystemString

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

Return Value

Type: DbConnection

[Missing <returns> documentation for "M:Quartz.Util.IDbConnectionManager.GetConnection(System.String)"]

See Also

Reference