RowsetBase FromJSON Method (JSONDataMap, Boolean, Boolean)NFX Class Library

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

Reads either Table or Rowset from JSON created by WriteAsJSON. Metadata must be present

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

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

Return Value

Type: RowsetBase
See Also