Microsoft SDK for Java

saveEntity

This method of the Entity class saves the entity to the given output stream.

Syntax

public void saveEntity(XMLOutputStream o) throws IOException;

Parameters

o The output stream.

Exceptions

IOException if there is a problem writing to the output stream.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.