DbMetadataParameterIsNullableProperty Property

Quartz.NET 3.0 API Documentation
Gets the parameter is nullable property.

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

C#
public virtual PropertyInfo ParameterIsNullableProperty { get; set; }

Property Value

Type: PropertyInfo
The parameter is nullable property.
See Also

Reference