Show / Hide Table of Contents

Method Serialize

| Improve this Doc View Source

Serialize(Int32)

Serializes the value at given DataRow oridinal as JSON.

Declaration
public abstract JsonValue Serialize(int rowOrdinal)
Parameters
Type Name Description
System.Int32 rowOrdinal

The DataRow ordinal.

Returns
Type Description
JsonValue

The serialized JsonValue.

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