Serialize a row into a text stream

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

Syntax

C#
public void Serialize(
	StreamWriter writer
)
Visual Basic
Public Sub Serialize ( _
	writer As StreamWriter _
)
Visual C++
public:
void Serialize(
	StreamWriter^ writer
)

Parameters

writer
Type: StreamWriter
StreamWriter to write row to

See Also