June 2001
Intermediate to advanced
620 pages
19h 29m
English
MarshalOptionsEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)
The MarshalOptionsEnum enumeration indicates which records should be returned to the server.
Table E-30. The MarshallOptionsEnum Enumeration
|
Enumeration (ADO/WFC) |
Value |
Description |
|---|---|---|
adMarshalAll (ALL) |
0 |
Default. Returns all of the records to the server. |
adMarshalModifiedOnly (MODIFIED) |
1 |
Returns only those records that have been modified to the server. |
The MarshalOptionsEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.MarshallOptions.
Recordset.MarshalOptions Property
Read now
Unlock full access