DbMetadataUseParameterNamePrefixInParameterCollection Property

Quartz.NET 3.0 API Documentation
Gets or sets a value indicating whether [use parameter name prefix in parameter collection].

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

C#
public virtual bool UseParameterNamePrefixInParameterCollection { get; set; }

Property Value

Type: Boolean
true if [use parameter name prefix in parameter collection]; otherwise, false.
See Also

Reference