The getMarshalOptions and setMarshalOptions methods of the Recordset class indicate or set which records are to be marshaled back to the server, respectively.
public int getMarshalOptions();
public void setMarshalOptions(int options);
Returns an AdoEnums.MarshalOptions value. The default value is ALL.
options | One of the AdoEnums.MarshalOptions field values. |