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

Parameters

json
Type: SystemString
Context in JSON string

Return Value

Type: DataSet
A context in JSON format
See Also