JobStoreSupportTablePrefix Property

Quartz.NET 3.0 API Documentation
Get or sets the prefix that should be pre-pended to all table names.

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

C#
public string TablePrefix { get; set; }

Property Value

Type: String
See Also

Reference