Show / Hide Table of Contents

Method Deserialize

| Improve this Doc View Source

Deserialize(Column, Int32, JsonValue)

Deserializes specified JsonValue into column data value.

Declaration
public void Deserialize(Column column, int rowOrdinal, JsonValue value)
Parameters
Type Name Description
Column column

The column.

System.Int32 rowOrdinal

The ordinal of DataRow.

JsonValue value

The specified JsonValue.

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