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: 8.1.3.0 (8.1.3.20220620)
Syntax
public static DataSet GetContextFromJson(
	string json
)

Parameters

json
Type: SystemString
Context in JSON string

Return Value

Type: DataSet
Context
See Also