Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0) » QABinaryMessage interface

ReadString method Next Page

Reset method


Resets a message so that the reading of values starts from the beginning of the message body.

Syntax

Visual Basic
Public Sub Reset()

C#
public void Reset();

Remarks

The Reset method also puts the QABinaryMessage message body in read-only mode.

See also