MarshalOptionsEnum
Applies to: Access 2013, Office 2013
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 |