Show / Hide Table of Contents

Property Item

| Improve this Doc View Source

Item[SqlReader]

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

Declaration
public DateTimeOffset? this[SqlReader reader] { get; }
Parameters
Type Name Description
SqlReader reader

The SqlReader object.

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

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

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