Method Write
| Improve this Doc View SourceWrite(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. |
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. |