ContextHelper Methods | 
The ContextHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertContextToJsonString | 
            Converts a context to a JSON string
              | |
| ConvertContextToRecordSetXmlString | 
            Converts a context to a XML ADO RecordSet string
              | |
| GetContextFromJson | 
            Gets a context from a JSON string
              | |
| GetContextFromRecordSet(String) | 
            Gets a context from a XML ADO RecordSet string
              | |
| GetContextFromRecordSet(XmlDocument) | 
            Gets a context from a XML ADO RecordSet document
              | |
| GetEmptyDataSetContext | 
            Creates an empty context in ADO.NET DataSet format
              | |
| GetEmptyRecordSetContext | 
            Creates an empty context in ADO RecordSet format
              | |
| GetParameterValue(ContextParameters, String, Boolean) | 
            Get the bool parameter value from the context
              | |
| GetParameterValue(ContextParameters, String, DateTime) | 
            Get the DateTime parameter value from the context
              | |
| GetParameterValue(ContextParameters, String, Double) | 
            Get the double parameter value from the context
              | |
| GetParameterValue(ContextParameters, String, Int32) | 
            Get the int parameter value from the context
              | |
| GetParameterValue(ContextParameters, String, String) | 
            Get the string parameter value from the context
              | |
| GetParameterValue(ContextParameters, String, ContextFileReference) | 
            Get the ContextFileReference parameter value from the context
              | |
| IsJson | 
            Checks if an input string contains a JSON structure
              | |
| SetParameterValue | 
            Set the parameter value in the context parameter
              |