Show / Hide Table of Contents

Method GetValue

| Improve this Doc View Source

GetValue<T>(Column<T>)

Gets the data value for specified column.

Declaration
public T GetValue<T>(Column<T> column)
Parameters
Type Name Description
Column<T> column

The specified column.

Returns
Type Description
T

The data value.

Type Parameters
Name Description
T

Data type of column.

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