Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |