AdoJobStoreUtilReplaceTablePrefix 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#
public static string ReplaceTablePrefix(
	string query,
	string tablePrefix,
	string schedNameLiteral
)

Parameters

query
Type: SystemString
The unsubstituted query
tablePrefix
Type: SystemString
The table prefix
schedNameLiteral
Type: SystemString
the scheduler name

Return Value

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

Reference