Show / Hide Table of Contents

Interface IColumn<TReader>

Represents column which can read data value from database reader for DataRow.

Inherited Members
IColumn.IsReadOnly(DataRow)
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public interface IColumn<in TReader> : IColumn where TReader : DbReader
Type Parameters
Name Description
TReader

The type of database reader.

Methods

Name Description
Read(TReader, DataRow)

Reads data value from database reader for DataRow.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest