MarshalOptionsEnum

Microsoft ActiveX Data Objects (ADO)

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