| ContextParametersGetXml Method (ContextParametersXmlFormat) | 
            Returns an XML string representation of the collection
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic string GetXml(
	ContextParametersXmlFormat xmlFormat
)
Public Function GetXml ( 
	xmlFormat As ContextParametersXmlFormat
) As String
Parameters
- xmlFormat
 - Type: WorkflowGen.My.DataContextParametersXmlFormat
The format of the XML string representation 
Return Value
Type: 
Stringan XML string representation according to the specified format (Recordet or DataSet)
See Also