DataReaderExtensions Class

Quartz.NET 3.0 API Documentation
Extension methods for simplified IDataReader access.
Inheritance Hierarchy

SystemObject
  Quartz.UtilDataReaderExtensions

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

C#
public static class DataReaderExtensions

The DataReaderExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetDecimal
Returns decimal from given column name.
Public methodStatic memberGetInt32
Returns int from given column name.
Public methodStatic memberGetInt64
Returns long from given column name.
Public methodStatic memberGetNullableInt64
Returns long from given column name, or null if DbNull.
Public methodStatic memberGetString
Returns string from given column name, or null if DbNull.
Top
See Also

Reference