StdAdoDelegateReplaceTablePrefix Method

Quartz.NET 3.0 API Documentation
Replace the table prefix in a query by replacing any occurrences of "{0}" with the table prefix.

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

C#
protected string ReplaceTablePrefix(
	string query
)

Parameters

query
Type: SystemString
The unsubstituted query

Return Value

Type: String
The query, with proper table prefix substituted
See Also

Reference