DbMetadataBindByName Property

Quartz.NET 3.0 API Documentation
Gets or sets a value indicating whether parameters are bind by name when using ADO.NET parameters.

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

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

Property Value

Type: Boolean
true if parameters are bind by name; otherwise, false.
See Also

Reference