Show / Hide Table of Contents

Method Write

| Improve this Doc View Source

Write(JsonWriter, DataRow)

Writes JSON for specified DataRow.

Declaration
public static JsonWriter Write(this JsonWriter jsonWriter, DataRow dataRow)
Parameters
Type Name Description
JsonWriter jsonWriter

The JsonWriter.

DataRow dataRow

The specified DataRow.

Returns
Type Description
JsonWriter

This JsonWriter for fluent coding.

| Improve this Doc View Source

Write(JsonWriter, DataRow, JsonView)

Writes JSON for specified DataRow and JsonView.

Declaration
public static JsonWriter Write(this JsonWriter jsonWriter, DataRow dataRow, JsonView jsonView)
Parameters
Type Name Description
JsonWriter jsonWriter

The JsonWriter.

DataRow dataRow

The DataRow.

JsonView jsonView

The JsonView.

Returns
Type Description
JsonWriter

This JsonWriter for fluent coding.

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