Microsoft SDK for Java

getMarshalOptions

The getMarshalOptions and setMarshalOptions methods of the Recordset class indicate or set which records are to be marshaled back to the server, respectively.

Syntax

public int getMarshalOptions();
public void setMarshalOptions(int options);

Return Value

Returns an AdoEnums.MarshalOptions value. The default value is ALL.

Parameters

options One of the AdoEnums.MarshalOptions field values.

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