Method Serialize
| Improve this Doc View SourceSerialize(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. |