Show / Hide Table of Contents

Method Deserialize

| Improve this Doc View Source

Deserialize(Int32, JsonValue)

Deserializes the value at given DataRow ordinal from JSON.

Declaration
public abstract void Deserialize(int rowOrdinal, JsonValue value)
Parameters
Type Name Description
System.Int32 rowOrdinal

The DataRow ordinal.

JsonValue value

The JSON value to be deserialized.

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