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.0.3.0 (9.0.3.20240719)
Syntax
public static DataSet GetContextFromJson(
	string json
)

Parameters

json
Type: SystemString
Context in JSON string

Return Value

Type: DataSet
Context
See Also