OracleDelegateGetDbBooleanValue Method

Quartz.NET 3.0 API Documentation
Gets the db presentation for boolean value. For Oracle we use true/false of "1"/"0".

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

C#
public override 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.OracleDelegate.GetDbBooleanValue(System.Boolean)"]

Implements

IDbAccessorGetDbBooleanValue(Boolean)
See Also

Reference