DataReaderExtensions MembersQuartz.NET API Documentation

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