RowsetBase FromJSON Method (JSONDataMap, Boolean , Boolean, Boolean, SetFieldFunc)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. allMatched==false when some data did not match schema (i.e. too little fields or extra fields supplied)

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,
	out bool allMatched,
	bool schemaOnly = false,
	bool readOnlySchema = false,
	SetFieldFunc setFieldFunc = null
)

Return Value

Type: RowsetBase
See Also