ContextHelperGetContextFromJson Method |
Gets a context from a JSON string
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public static DataSet GetContextFromJson(
string json
)
Public Shared Function GetContextFromJson (
json As String
) As DataSet
Parameters
- json
- Type: SystemString
Context in JSON string
Return Value
Type:
DataSetContext
See Also