Click or drag to resize

ContextHelperGetContextFromJson Method

Gets a context from a JSON string

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.3.0.0 (9.3.0.20251001)
Syntax
public static DataSet GetContextFromJson(
	string json
)

Parameters

json
Type: SystemString
Context in JSON string

Return Value

Type: DataSet
Context
See Also