DbMetadataGetParameterName Method

Quartz.NET 3.0 API Documentation
Gets the name of the parameter which includes the parameter prefix for this database.

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

C#
public virtual string GetParameterName(
	string parameterName
)

Parameters

parameterName
Type: SystemString
Name of the parameter.

Return Value

Type: String

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.Common.DbMetadata.GetParameterName(System.String)"]

See Also

Reference