DBPROP_DEFERRED
Property group: Rowset
Property set: DBPROPSET_ROWSET
Column? Y
Type: VT_BOOL
Typical R/W: R/W
Description: Defer Column
Value |
Meaning |
---|---|
VARIANT_TRUE |
The data in the column is not fetched until an accessor is used on the column. |
VARIANT_FALSE |
The data in the column is fetched when the row containing it is fetched. |
Note
The value of this property is automatically set to VARIANT_TRUE if the value of the DBPROP_CACHEDEFERRED property is set to VARIANT_TRUE.