ITablePrefixAware Interface

Quartz.NET 3.0 API Documentation
Interface for Quartz objects that need to know what the table prefix of the tables used by a ADO.NET JobStore is.

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

C#
public interface ITablePrefixAware

The ITablePrefixAware type exposes the following members.

Properties

  NameDescription
Public propertySchedName
Public propertyTablePrefix
Table prefix to use.
Top
See Also

Reference