DbProviderCreateCommand Method

Quartz.NET 3.0 API Documentation
Returns a new command object for executing SQL statements/Stored Procedures against the database.

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

C#
public virtual DbCommand CreateCommand()

Return Value

Type: DbCommand
An new IDbCommand

Implements

IDbProviderCreateCommand
See Also

Reference