MarshalOptionsEnum

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

MarshalOptionsEnum

Specifies which records should be returned to the server.

Constant Value Description
adMarshalAll 0 Default. Returns all rows to the server.
adMarshalModifiedOnly 1 Returns only modified rows to the server.

ADO/WFC Equivalent

Package: com.ms.wfc.data

Constant
AdoEnums.MarshalOptions.ALL
AdoEnums.MarshalOptions.MODIFIEDONLY

See Also

Applies To: MarshalOptions Property

© 1998-2003 Microsoft Corporation. All rights reserved.