ContextParametersGetXml Method (Boolean) |
Returns an XML string representation of the context
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public string GetXml(
bool isWithSchema
)
Public Function GetXml (
isWithSchema As Boolean
) As String
Parameters
- isWithSchema
- Type: SystemBoolean
Return Value
Type:
Stringan XML string representation according to the specified format (ADO.NET DataSet)
See Also