JSONReader ToRowset Method (JSONDataMap, Boolean, Boolean)NFX Class Library

[This is preliminary documentation and is subject to change.]

Deserializes into Rowset or Table from JSONDataMap, as serialized by RowsedBase.WriteAsJSON()

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static RowsetBase ToRowset(
	JSONDataMap jsonMap,
	bool schemaOnly = false,
	bool readOnlySchema = false
)

Return Value

Type: RowsetBase
See Also