JobStoreSupportGetConnection Method

Quartz.NET 3.0 API Documentation
Gets the connection and starts a new transaction.

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

C#
protected virtual ConnectionAndTransactionHolder GetConnection()

Return Value

Type: ConnectionAndTransactionHolder

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.GetConnection"]

See Also

Reference