[This is preliminary documentation and is subject to change.]
Deserializes into Rowset or Table from JSOnDataMap, as serialized by RowsedBase.WriteAsJSON()
Namespace: NFX.Serialization.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static RowsetBase ToRowset(
string json,
bool schemaOnly = false,
bool readOnlySchema = false
)
public static RowsetBase ToRowset(
string json,
bool schemaOnly = false,
bool readOnlySchema = false
)
Public Shared Function ToRowset (
json As String,
Optional schemaOnly As Boolean = false,
Optional readOnlySchema As Boolean = false
) As RowsetBase
Public Shared Function ToRowset (
json As String,
Optional schemaOnly As Boolean = false,
Optional readOnlySchema As Boolean = false
) As RowsetBase
public:
static RowsetBase^ ToRowset(
String^ json,
bool schemaOnly = false,
bool readOnlySchema = false
)
public:
static RowsetBase^ ToRowset(
String^ json,
bool schemaOnly = false,
bool readOnlySchema = false
)
static member ToRowset :
json : string *
?schemaOnly : bool *
?readOnlySchema : bool
(* Defaults:
let _schemaOnly = defaultArg schemaOnly false
let _readOnlySchema = defaultArg readOnlySchema false
*)
-> RowsetBase
static member ToRowset :
json : string *
?schemaOnly : bool *
?readOnlySchema : bool
(* Defaults:
let _schemaOnly = defaultArg schemaOnly false
let _readOnlySchema = defaultArg readOnlySchema false
*)
-> RowsetBase
Return Value
Type:
RowsetBase