Show / Hide Table of Contents

Property Item

| Improve this Doc View Source

Item[DbReader]

Gets the value of this column from DbReader's current row.

Declaration
public bool? this[DbReader reader] { get; }
Parameters
Type Name Description
DbReader reader

The DbReader object.

Property Value
Type Description
System.Nullable<System.Boolean>

The value of this column from DbReader's current row.

Implements
IColumn<TReader, TValue>.Item[TReader]
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest