IDbAccessorPrepareCommand Method

Quartz.NET 3.0 API Documentation
Prepares a IDbCommand to be used to access database.

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

C#
DbCommand PrepareCommand(
	ConnectionAndTransactionHolder cth,
	string commandText
)

Parameters

cth
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
Connection and transaction pair
commandText
Type: SystemString
SQL to run

Return Value

Type: DbCommand

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.IDbAccessor.PrepareCommand(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.String)"]

See Also

Reference