This method will dump the contents of the Row to a string format.

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public virtual string Dump()
Visual Basic
Public Overridable Function Dump As String
Visual C++
public:
virtual String^ Dump()

Return Value

A string representation of the Row

See Also