DbDataReaderExtensions Class

Provides extension methods for DbDataReader objects.
Inheritance Hierarchy
SystemObject
  Dundas.BI.DataDbDataReaderExtensions

Namespace: Dundas.BI.Data
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static class DbDataReaderExtensions

The DbDataReaderExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodFieldValueOrDefaultT Gets the field value or default(), if the value is DBNull.
Top
See Also