Show / Hide Table of Contents

Method SetValue

| Improve this Doc View Source

SetValue<T>(Column<T>, T)

Sets the data value for the specified column key.

Declaration
public void SetValue<T>(Column<T> column, T value)
Parameters
Type Name Description
Column<T> column

The column as key.

T value

The data value.

Type Parameters
Name Description
T

Data type of the column.

Remarks

If column key does not exist, the key-value pair will be added into this dictionary.

| Improve this Doc View Source

SetValue(Column, DataRow)

Sets the data value from specified DataRow for the specified column key.

Declaration
public void SetValue(Column column, DataRow dataRow)
Parameters
Type Name Description
Column column

The column as key.

DataRow dataRow

The DataRow.

Remarks

If column key does not exist, the key-value pair will be added into this dictionary.

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