StdAdoDelegateGetDbBooleanValue Method

Quartz.NET 3.0 API Documentation
Gets the db presentation for boolean value. Subclasses can overwrite this behaviour.

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

C#
public virtual Object GetDbBooleanValue(
	bool booleanValue
)

Parameters

booleanValue
Type: SystemBoolean
Value to map to database.

Return Value

Type: Object

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.GetDbBooleanValue(System.Boolean)"]

Implements

IDbAccessorGetDbBooleanValue(Boolean)
See Also

Reference