DbMetadataDbBinaryTypeName Property

Quartz.NET 3.0 API Documentation
Gets or sets the type of the db binary column. This is a string representation of Enum element because this information is database driver specific.

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

C#
public virtual string DbBinaryTypeName { set; }

Property Value

Type: String
The type of the db binary.
See Also

Reference