The MaxCacheRows property specifies the maximum number of rows to cache.
Lookup Object |
object.MaxCacheRows [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Maximum number of rows to cache |
A value of 0 means no rows are cached. The default is 100.
Long
Read/write
HRESULT GetMaxCacheRows(LONG *pRetVal);
HRESULT SetMaxCacheRows(LONG NewValue);