StdAdoDelegateGetBooleanFromDbValue Method

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

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

C#
public virtual bool GetBooleanFromDbValue(
	Object columnValue
)

Parameters

columnValue
Type: SystemObject
Value to map from database.

Return Value

Type: Boolean

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

Implements

IDbAccessorGetBooleanFromDbValue(Object)
See Also

Reference