IDbAccessorGetDbBooleanValue 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#
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.IDbAccessor.GetDbBooleanValue(System.Boolean)"]

See Also

Reference