Show / Hide Table of Contents

Method Serialize

| Improve this Doc View Source

Serialize(Column, Int32)

Serializes data value of column into JsonValue.

Declaration
public JsonValue Serialize(Column column, int rowOrdinal)
Parameters
Type Name Description
Column column

The column.

System.Int32 rowOrdinal

The ordinal of DataRow.

Returns
Type Description
JsonValue

The result JsonValue.

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