AdoJobStoreUtil Class

Quartz.NET 3.0 API Documentation
This class contains utility functions for use in all delegate classes.
Inheritance Hierarchy

SystemObject
  Quartz.Impl.AdoJobStoreAdoJobStoreUtil

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

C#
public static class AdoJobStoreUtil

The AdoJobStoreUtil type exposes the following members.

Methods

  NameDescription
Public methodStatic memberReplaceTablePrefix
Replace the table prefix in a query by replacing any occurrences of "{0}" with the table prefix.
Top
See Also

Reference