Click or drag to resize

ContextParametersGetXml Method (Boolean)

Returns an XML string representation of the context

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public string GetXml(
	bool isWithSchema
)

Parameters

isWithSchema
Type: SystemBoolean

Return Value

Type: String
an XML string representation according to the specified format (ADO.NET DataSet)
See Also